#66c5ae

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

Shades of Medium Aquamarine #66C5AE

Tints of Medium Aquamarine #66C5AE

Color information

#66C5AE (or 0x66C5AE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C5 and AE. RGB value is (102,197,174). Sum of RGB (Red+Green+Blue) = 102+197+174=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #66C5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C5AE is #993A51. Grayscale: #A5A5A5. Windows color (decimal): -10041938 or 11453798. OLE color: 11453798.

HSL color Cylindrical-coordinate representation of color #66C5AE: hue angle of 165.47º 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 #66C5AE is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB102197174-
CMYK0.4800.120.23
HSL165.47º45.02%58.63%-
HSV(B)165.47º48.22%77.25%-
XYZ33.0945.8147.14-
YUV165.97132.5382.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=21.56%
G=41.65%
B=36.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021971740.4800.120.23165.4745.0258.63
Hex66C5AE300C17a52d3b
Octal14630525660014272455573
Binary11001101100010110101110110000011001011110100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66c5ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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