#66F9D2

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

Shades of Aquamarine #66F9D2

Tints of Aquamarine #66F9D2

Color information

#66F9D2 (or 0x66F9D2) is unknown color: approx Aquamarine. HEX triplet: 66, F9 and D2. RGB value is (102,249,210). Sum of RGB (Red+Green+Blue) = 102+249+210=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9D2 is #99062D. Grayscale: #C8C8C8. Windows color (decimal): -10028590 or 13826406. OLE color: 13826406.

HSL color Cylindrical-coordinate representation of color #66F9D2: hue angle of 164.08º 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 #66F9D2 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB102249210-
CMYK0.5900.160.02
HSL164.08º92.45%68.82%-
HSV(B)164.08º59.04%97.65%-
XYZ50.9975.2372.81-
YUV200.6133.357.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.18%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=18.18%
G=44.39%
B=37.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022492100.5900.160.02164.0892.4568.82
Hex66F9D23B0102a45c45
Octal146371322730202244134105
Binary11001101111100111010010111011010000101010010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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