#66CAAA

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

Shades of Medium Aquamarine #66CAAA

Tints of Medium Aquamarine #66CAAA

Color information

#66CAAA (or 0x66CAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CA and AA. RGB value is (102,202,170). Sum of RGB (Red+Green+Blue) = 102+202+170=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAAA is #993555. Grayscale: #A8A8A8. Windows color (decimal): -10040662 or 11192934. OLE color: 11192934.

HSL color Cylindrical-coordinate representation of color #66CAAA: hue angle of 160.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAAA is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB102202170-
CMYK0.5000.160.21
HSL160.8º48.54%59.61%-
HSV(B)160.8º49.5%79.22%-
XYZ33.8647.9745.5-
YUV168.45128.8780.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.52%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=21.52%
G=42.62%
B=35.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021700.5000.160.21160.848.5459.61
Hex66CAAA3201015a1313c
Octal14631225262020252416174
Binary110011011001010101010101100100100001010110100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,170); }

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

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

 a { background-color: rgb(102,202,170); }

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

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

 span { border-color: rgb(102,202,170); }

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