Shades of Medium Aquamarine #66CFAC
Tints of Medium Aquamarine #66CFAC
RGB
CMYK
RGB Variations
Color information
#66CFAC (or 0x66CFAC) is known color: Medium Aquamarine. HEX triplet: 66, CF and AC. RGB value is (102,207,172). Sum of RGB (Red+Green+Blue) = 102+207+172=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CFAC is #993053. Grayscale: #ABABAB. Windows color (decimal): -10039380 or 11325286. OLE color: 11325286.
HSL color Cylindrical-coordinate representation of color #66CFAC: hue angle of 160º 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 #66CFAC is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 172 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.19 |
| HSL | 160º | 0.52% | 0.61% | - |
| HSV(B) | 160º | 0.51% | 0.81% | - |
| XYZ | 35.24 | 50.43 | 46.91 | - |
| YUV | 171.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 172 | 0.51 | 0 | 0.17 | 0.19 | 160 | 0.52 | 0.61 |
| Hex | 66 | CF | AC | 33 | 0 | 11 | 13 | A0 | 34 | 3D |
| Octal | 146 | 317 | 254 | 63 | 0 | 21 | 23 | 240 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10101100 | 110011 | 0 | 10001 | 10011 | 10100000 | 110100 | 111101 |
Color Harmonies of #66CFAC
Complementary color
Monochromatic Colors of #66CFAC
Black with #66CFAC
Text Example
Text Example
White with #66CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFAC; }
p { color: rgb(102,207,172); }
H1.HeaderClassName
{
color: #66CFAC;
}
.AnyTagClassName
{
color: #66CFAC;
}
</style>
background-color css
<style>
a { background-color: #66CFAC; }
a { background-color: rgb(102,207,172); }
div.DivClassName
{
background-color: #66CFAC;
}
.BgClassName
{
background-color: #66CFAC;
}
</style>
border-color css
<style>
span { border-color: #66CFAC; }
span { border-color: rgb(102,207,172); }
td.TdClassName
{
border-color: #66CFAC;
}
.TagClassName
{
border-color: #66CFAC;
}
</style>