#66C5AB

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

Shades of Medium Aquamarine #66C5AB

Tints of Medium Aquamarine #66C5AB

Color information

#66C5AB (or 0x66C5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C5 and AB. RGB value is (102,197,171). Sum of RGB (Red+Green+Blue) = 102+197+171=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #66C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C5AB is #993A54. Grayscale: #A5A5A5. Windows color (decimal): -10041941 or 11257190. OLE color: 11257190.

HSL color Cylindrical-coordinate representation of color #66C5AB: hue angle of 163.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C5AB is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB102197171-
CMYK0.4800.130.23
HSL163.58º45.02%58.63%-
HSV(B)163.58º48.22%77.25%-
XYZ32.845.745.62-
YUV165.63131.0382.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 197 (77.34% from 255) = 41.91%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=21.70%
G=41.91%
B=36.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021971710.4800.130.23163.5845.0258.63
Hex66C5AB300D17a42d3b
Octal14630525360015272445573
Binary11001101100010110101011110000011011011110100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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