#6AFFD2

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

Shades of Aquamarine #6AFFD2

Tints of Aquamarine #6AFFD2

Color information

#6AFFD2 (or 0x6AFFD2) is unknown color: approx Aquamarine. HEX triplet: 6A, FF and D2. RGB value is (106,255,210). Sum of RGB (Red+Green+Blue) = 106+255+210=571 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.56% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFD2 is #95002D. Grayscale: #CDCDCD. Windows color (decimal): -9764910 or 13827946. OLE color: 13827946.

HSL color Cylindrical-coordinate representation of color #6AFFD2: hue angle of 161.88º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFD2 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB106255210-
CMYK0.5800.180
HSL161.88º100%70.78%-
HSV(B)161.88º58.43%100%-
XYZ53.3479.2473.46-
YUV205.32130.6457.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.56%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=18.56%
G=44.66%
B=36.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062552100.5800.180161.8810070.78
Hex6AFFD23A0120a26447
Octal152377322720220242144107
Binary1101010111111111101001011101001001001010001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,255,210); }

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

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

 a { background-color: rgb(106,255,210); }

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

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

 span { border-color: rgb(106,255,210); }

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