#66D2B2

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

Shades of Medium Aquamarine #66D2B2

Tints of Medium Aquamarine #66D2B2

Color information

#66D2B2 (or 0x66D2B2) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D2 and B2. RGB value is (102,210,178). Sum of RGB (Red+Green+Blue) = 102+210+178=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #66D2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D2B2 is #992D4D. Grayscale: #AEAEAE. Windows color (decimal): -10038606 or 11719270. OLE color: 11719270.

HSL color Cylindrical-coordinate representation of color #66D2B2: hue angle of 162.22º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D2B2 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB102210178-
CMYK0.5100.150.18
HSL162.22º54.55%61.18%-
HSV(B)162.22º51.43%82.35%-
XYZ36.5652.1350.26-
YUV174.06130.2276.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 210 (82.42% from 255) = 42.86%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=20.82%
G=42.86%
B=36.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022101780.5100.150.18162.2254.5561.18
Hex66D2B2330F12a2373d
Octal14632226263017222426775
Binary11001101101001010110010110011011111001010100010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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