Shades of Medium Aquamarine #66CFAB
Tints of Medium Aquamarine #66CFAB
RGB
CMYK
RGB Variations
Color information
#66CFAB (or 0x66CFAB) is known color: Medium Aquamarine. HEX triplet: 66, CF and AB. RGB value is (102,207,171). Sum of RGB (Red+Green+Blue) = 102+207+171=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CFAB is #993054. Grayscale: #ABABAB. Windows color (decimal): -10039381 or 11259750. OLE color: 11259750.
HSL color Cylindrical-coordinate representation of color #66CFAB: hue angle of 159.43º 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 #66CFAB is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 171 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.19 |
| HSL | 159.43º | 0.52% | 0.61% | - |
| HSV(B) | 159.43º | 0.51% | 0.81% | - |
| XYZ | 35.14 | 50.39 | 46.4 | - |
| YUV | 171.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 171 | 0.51 | 0 | 0.17 | 0.19 | 159.43 | 0.52 | 0.61 |
| Hex | 66 | CF | AB | 33 | 0 | 11 | 13 | 9F | 34 | 3D |
| Octal | 146 | 317 | 253 | 63 | 0 | 21 | 23 | 237 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10101011 | 110011 | 0 | 10001 | 10011 | 10011111 | 110100 | 111101 |
Color Harmonies of #66CFAB
Complementary color
Monochromatic Colors of #66CFAB
Black with #66CFAB
Text Example
Text Example
White with #66CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFAB; }
p { color: rgb(102,207,171); }
H1.HeaderClassName
{
color: #66CFAB;
}
.AnyTagClassName
{
color: #66CFAB;
}
</style>
background-color css
<style>
a { background-color: #66CFAB; }
a { background-color: rgb(102,207,171); }
div.DivClassName
{
background-color: #66CFAB;
}
.BgClassName
{
background-color: #66CFAB;
}
</style>
border-color css
<style>
span { border-color: #66CFAB; }
span { border-color: rgb(102,207,171); }
td.TdClassName
{
border-color: #66CFAB;
}
.TagClassName
{
border-color: #66CFAB;
}
</style>