Shades of Medium Aquamarine #66CFAF
Tints of Medium Aquamarine #66CFAF
RGB
CMYK
RGB Variations
Color information
#66CFAF (or 0x66CFAF) is known color: Medium Aquamarine. HEX triplet: 66, CF and AF. RGB value is (102,207,175). Sum of RGB (Red+Green+Blue) = 102+207+175=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CFAF is #993050. Grayscale: #ABABAB. Windows color (decimal): -10039377 or 11521894. OLE color: 11521894.
HSL color Cylindrical-coordinate representation of color #66CFAF: hue angle of 161.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFAF is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 175 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.19 |
| HSL | 161.71º | 0.52% | 0.61% | - |
| HSV(B) | 161.71º | 0.51% | 0.81% | - |
| XYZ | 35.53 | 50.55 | 48.44 | - |
| YUV | 171.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 175 | 0.51 | 0 | 0.15 | 0.19 | 161.71 | 0.52 | 0.61 |
| Hex | 66 | CF | AF | 33 | 0 | F | 13 | A2 | 34 | 3D |
| Octal | 146 | 317 | 257 | 63 | 0 | 17 | 23 | 242 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10101111 | 110011 | 0 | 1111 | 10011 | 10100010 | 110100 | 111101 |
Color Harmonies of #66CFAF
Complementary color
Monochromatic Colors of #66CFAF
Black with #66CFAF
Text Example
Text Example
White with #66CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFAF; }
p { color: rgb(102,207,175); }
H1.HeaderClassName
{
color: #66CFAF;
}
.AnyTagClassName
{
color: #66CFAF;
}
</style>
background-color css
<style>
a { background-color: #66CFAF; }
a { background-color: rgb(102,207,175); }
div.DivClassName
{
background-color: #66CFAF;
}
.BgClassName
{
background-color: #66CFAF;
}
</style>
border-color css
<style>
span { border-color: #66CFAF; }
span { border-color: rgb(102,207,175); }
td.TdClassName
{
border-color: #66CFAF;
}
.TagClassName
{
border-color: #66CFAF;
}
</style>