Shades of Medium Aquamarine #66CBAB
Tints of Medium Aquamarine #66CBAB
RGB
CMYK
RGB Variations
Color information
#66CBAB (or 0x66CBAB) is known color: Medium Aquamarine. HEX triplet: 66, CB and AB. RGB value is (102,203,171). Sum of RGB (Red+Green+Blue) = 102+203+171=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CBAB is #993454. Grayscale: #A9A9A9. Windows color (decimal): -10040405 or 11258726. OLE color: 11258726.
HSL color Cylindrical-coordinate representation of color #66CBAB: hue angle of 160.99º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBAB is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 171 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.20 |
| HSL | 160.99º | 0.49% | 0.6% | - |
| HSV(B) | 160.99º | 0.5% | 0.8% | - |
| XYZ | 34.19 | 48.48 | 46.08 | - |
| YUV | 169.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 171 | 0.50 | 0 | 0.16 | 0.20 | 160.99 | 0.49 | 0.6 |
| Hex | 66 | CB | AB | 32 | 0 | 10 | 14 | A1 | 31 | 3C |
| Octal | 146 | 313 | 253 | 62 | 0 | 20 | 24 | 241 | 61 | 74 |
| Binary | 1100110 | 11001011 | 10101011 | 110010 | 0 | 10000 | 10100 | 10100001 | 110001 | 111100 |
Color Harmonies of #66CBAB
Complementary color
Monochromatic Colors of #66CBAB
Black with #66CBAB
Text Example
Text Example
White with #66CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBAB; }
p { color: rgb(102,203,171); }
H1.HeaderClassName
{
color: #66CBAB;
}
.AnyTagClassName
{
color: #66CBAB;
}
</style>
background-color css
<style>
a { background-color: #66CBAB; }
a { background-color: rgb(102,203,171); }
div.DivClassName
{
background-color: #66CBAB;
}
.BgClassName
{
background-color: #66CBAB;
}
</style>
border-color css
<style>
span { border-color: #66CBAB; }
span { border-color: rgb(102,203,171); }
td.TdClassName
{
border-color: #66CBAB;
}
.TagClassName
{
border-color: #66CBAB;
}
</style>