Shades of Medium Aquamarine #66CEAC
Tints of Medium Aquamarine #66CEAC
RGB
CMYK
RGB Variations
Color information
#66CEAC (or 0x66CEAC) is known color: Medium Aquamarine. HEX triplet: 66, CE and AC. RGB value is (102,206,172). Sum of RGB (Red+Green+Blue) = 102+206+172=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEAC is #993153. Grayscale: #ABABAB. Windows color (decimal): -10039636 or 11325030. OLE color: 11325030.
HSL color Cylindrical-coordinate representation of color #66CEAC: hue angle of 160.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEAC is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 172 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.19 |
| HSL | 160.38º | 0.51% | 0.6% | - |
| HSV(B) | 160.38º | 0.5% | 0.81% | - |
| XYZ | 35 | 49.95 | 46.83 | - |
| YUV | 171.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 172 | 0.50 | 0 | 0.17 | 0.19 | 160.38 | 0.51 | 0.6 |
| Hex | 66 | CE | AC | 32 | 0 | 11 | 13 | A0 | 33 | 3C |
| Octal | 146 | 316 | 254 | 62 | 0 | 21 | 23 | 240 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10101100 | 110010 | 0 | 10001 | 10011 | 10100000 | 110011 | 111100 |
Color Harmonies of #66CEAC
Complementary color
Monochromatic Colors of #66CEAC
Black with #66CEAC
Text Example
Text Example
White with #66CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEAC; }
p { color: rgb(102,206,172); }
H1.HeaderClassName
{
color: #66CEAC;
}
.AnyTagClassName
{
color: #66CEAC;
}
</style>
background-color css
<style>
a { background-color: #66CEAC; }
a { background-color: rgb(102,206,172); }
div.DivClassName
{
background-color: #66CEAC;
}
.BgClassName
{
background-color: #66CEAC;
}
</style>
border-color css
<style>
span { border-color: #66CEAC; }
span { border-color: rgb(102,206,172); }
td.TdClassName
{
border-color: #66CEAC;
}
.TagClassName
{
border-color: #66CEAC;
}
</style>