#66FFDC

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

Shades of Aquamarine #66FFDC

Tints of Aquamarine #66FFDC

Color information

#66FFDC (or 0x66FFDC) is unknown color: approx Aquamarine. HEX triplet: 66, FF and DC. RGB value is (102,255,220). Sum of RGB (Red+Green+Blue) = 102+255+220=577 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.68% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDC is #990023. Grayscale: #CDCDCD. Windows color (decimal): -10027044 or 14483302. OLE color: 14483302.

HSL color Cylindrical-coordinate representation of color #66FFDC: hue angle of 166.27º 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 #66FFDC is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB102255220-
CMYK0.600.140
HSL166.27º100%70%-
HSV(B)166.27º60%100%-
XYZ54.1679.5180.2-
YUV205.26136.3154.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.68%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=17.68%
G=44.19%
B=38.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552200.600.140166.2710070
Hex66FFDC3C0E0a66446
Octal146377334740160246144106
Binary110011011111111110111001111000111001010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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