#66F9DC

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

Shades of Aquamarine #66F9DC

Tints of Aquamarine #66F9DC

Color information

#66F9DC (or 0x66F9DC) is unknown color: approx Aquamarine. HEX triplet: 66, F9 and DC. RGB value is (102,249,220). Sum of RGB (Red+Green+Blue) = 102+249+220=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9DC is #990623. Grayscale: #C9C9C9. Windows color (decimal): -10028580 or 14481766. OLE color: 14481766.

HSL color Cylindrical-coordinate representation of color #66F9DC: hue angle of 168.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9DC is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB102249220-
CMYK0.5900.120.02
HSL168.16º92.45%68.82%-
HSV(B)168.16º59.04%97.65%-
XYZ52.2775.7479.57-
YUV201.74138.356.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.86%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=17.86%
G=43.61%
B=38.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022492200.5900.120.02168.1692.4568.82
Hex66F9DC3B0C2a85c45
Octal146371334730142250134105
Binary1100110111110011101110011101101100101010100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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