#6bf9d1

Color #6BF9D1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #6BF9D1

Tints of Aquamarine #6BF9D1

Color information

#6BF9D1 (or 0x6BF9D1) is unknown color: approx Aquamarine. HEX triplet: 6B, F9 and D1. RGB value is (107,249,209). Sum of RGB (Red+Green+Blue) = 107+249+209=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF9D1 is #94062E. Grayscale: #CACACA. Windows color (decimal): -9700911 or 13760875. OLE color: 13760875.

HSL color Cylindrical-coordinate representation of color #6BF9D1: hue angle of 163.1º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF9D1 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB107249209-
CMYK0.5700.160.02
HSL163.1º92.21%69.8%-
HSV(B)163.1º57.03%97.65%-
XYZ51.4575.4872.18-
YUV201.98131.9660.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 18.94%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=18.94%
G=44.07%
B=36.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072492090.5700.160.02163.192.2169.8
Hex6BF9D1390102a35c46
Octal153371321710202243134106
Binary11010111111100111010001111001010000101010001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bf9d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6bf9d1; }

 p { color: rgb(107,249,209); }

 H1.HeaderClassName
 {
   color: #6bf9d1;
 }
 .AnyTagClassName
 {
   color: #6bf9d1;
 }
</style>
background-color css

<style>
 a { background-color: #6bf9d1; }

 a { background-color: rgb(107,249,209); }

 div.DivClassName
 {
   background-color: #6bf9d1;
 }
 .BgClassName
 {
   background-color: #6bf9d1;
 }
</style>
border-color css

<style>
 span { border-color: #6bf9d1; }

 span { border-color: rgb(107,249,209); }

 td.TdClassName
 {
   border-color: #6bf9d1;
 }
 .TagClassName
 {
   border-color: #6bf9d1;
 }
</style>