#66FFDD

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

Shades of Aquamarine #66FFDD

Tints of Aquamarine #66FFDD

Color information

#66FFDD (or 0x66FFDD) is unknown color: approx Aquamarine. HEX triplet: 66, FF and DD. RGB value is (102,255,221). Sum of RGB (Red+Green+Blue) = 102+255+221=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDD is #990022. Grayscale: #CDCDCD. Windows color (decimal): -10027043 or 14548838. OLE color: 14548838.

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

Color convert

RGB102255221-
CMYK0.600.130
HSL166.67º100%70%-
HSV(B)166.67º60%100%-
XYZ54.2979.5780.9-
YUV205.38136.8154.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.65%
GREEN value IS 255 (100% from 255) = 44.12%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=17.65%
G=44.12%
B=38.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552210.600.130166.6710070
Hex66FFDD3C0D0a76446
Octal146377335740150247144106
Binary110011011111111110111011111000110101010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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