Shades of Medium Aquamarine #66CEAF
Tints of Medium Aquamarine #66CEAF
RGB
CMYK
RGB Variations
Color information
#66CEAF (or 0x66CEAF) is known color: Medium Aquamarine. HEX triplet: 66, CE and AF. RGB value is (102,206,175). Sum of RGB (Red+Green+Blue) = 102+206+175=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEAF is #993150. Grayscale: #ABABAB. Windows color (decimal): -10039633 or 11521638. OLE color: 11521638.
HSL color Cylindrical-coordinate representation of color #66CEAF: hue angle of 162.12º 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 #66CEAF is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 175 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.19 |
| HSL | 162.12º | 0.51% | 0.6% | - |
| HSV(B) | 162.12º | 0.5% | 0.81% | - |
| XYZ | 35.29 | 50.06 | 48.36 | - |
| YUV | 171.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 175 | 0.50 | 0 | 0.15 | 0.19 | 162.12 | 0.51 | 0.6 |
| Hex | 66 | CE | AF | 32 | 0 | F | 13 | A2 | 33 | 3C |
| Octal | 146 | 316 | 257 | 62 | 0 | 17 | 23 | 242 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10101111 | 110010 | 0 | 1111 | 10011 | 10100010 | 110011 | 111100 |
Color Harmonies of #66CEAF
Complementary color
Monochromatic Colors of #66CEAF
Black with #66CEAF
Text Example
Text Example
White with #66CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEAF; }
p { color: rgb(102,206,175); }
H1.HeaderClassName
{
color: #66CEAF;
}
.AnyTagClassName
{
color: #66CEAF;
}
</style>
background-color css
<style>
a { background-color: #66CEAF; }
a { background-color: rgb(102,206,175); }
div.DivClassName
{
background-color: #66CEAF;
}
.BgClassName
{
background-color: #66CEAF;
}
</style>
border-color css
<style>
span { border-color: #66CEAF; }
span { border-color: rgb(102,206,175); }
td.TdClassName
{
border-color: #66CEAF;
}
.TagClassName
{
border-color: #66CEAF;
}
</style>