#66FFDE

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

Shades of Aquamarine #66FFDE

Tints of Aquamarine #66FFDE

Color information

#66FFDE (or 0x66FFDE) is unknown color: approx Aquamarine. HEX triplet: 66, FF and DE. RGB value is (102,255,222). Sum of RGB (Red+Green+Blue) = 102+255+222=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDE is #990021. Grayscale: #CDCDCD. Windows color (decimal): -10027042 or 14614374. OLE color: 14614374.

HSL color Cylindrical-coordinate representation of color #66FFDE: hue angle of 167.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFDE is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB102255222-
CMYK0.600.130
HSL167.06º100%70%-
HSV(B)167.06º60%100%-
XYZ54.4279.6281.61-
YUV205.49137.3154.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.62%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=17.62%
G=44.04%
B=38.34%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552220.600.130167.0610070
Hex66FFDE3C0D0a76446
Octal146377336740150247144106
Binary110011011111111110111101111000110101010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FFDE; }

 p { color: rgb(102,255,222); }

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

<style>
 a { background-color: #66FFDE; }

 a { background-color: rgb(102,255,222); }

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

<style>
 span { border-color: #66FFDE; }

 span { border-color: rgb(102,255,222); }

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