#66CAAB

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

Shades of Medium Aquamarine #66CAAB

Tints of Medium Aquamarine #66CAAB

Color information

#66CAAB (or 0x66CAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CA and AB. RGB value is (102,202,171). Sum of RGB (Red+Green+Blue) = 102+202+171=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAAB is #993554. Grayscale: #A8A8A8. Windows color (decimal): -10040661 or 11258470. OLE color: 11258470.

HSL color Cylindrical-coordinate representation of color #66CAAB: hue angle of 161.4º 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 #66CAAB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB102202171-
CMYK0.5000.150.21
HSL161.4º48.54%59.61%-
HSV(B)161.4º49.5%79.22%-
XYZ33.9548.0146-
YUV168.57129.3780.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 171 (67.19% from 255) = 36%
R=21.47%
G=42.53%
B=36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021710.5000.150.21161.448.5459.61
Hex66CAAB320F15a1313c
Octal14631225362017252416174
Binary11001101100101010101011110010011111010110100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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