Shades of Caribbean Green #00C0AA
Tints of Caribbean Green #00C0AA
RGB
CMYK
RGB Variations
Color information
#00C0AA (or 0x00C0AA) is known color: Caribbean Green. HEX triplet: 00, C0 and AA. RGB value is (0,192,170). Sum of RGB (Red+Green+Blue) = 0+192+170=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #00C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C0AA is #FF3F55. Grayscale: #838383. Windows color (decimal): -16727894 or 11190272. OLE color: 11190272.
HSL color Cylindrical-coordinate representation of color #00C0AA: hue angle of 173.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0AA is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 170 | - |
| CMYK | 1 | 0 | 0.11 | 0.25 |
| HSL | 173.13º | 1% | 0.38% | - |
| HSV(B) | 173.13º | 1% | 0.75% | - |
| XYZ | 26.11 | 40.6 | 44.49 | - |
| YUV | 132.08 | 149.39 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 170 | 1 | 0 | 0.11 | 0.25 | 173.13 | 1 | 0.38 |
| Hex | 0 | C0 | AA | 64 | 0 | B | 19 | AD | 64 | 26 |
| Octal | 0 | 300 | 252 | 144 | 0 | 13 | 31 | 255 | 144 | 46 |
| Binary | 0 | 11000000 | 10101010 | 1100100 | 0 | 1011 | 11001 | 10101101 | 1100100 | 100110 |
Color Harmonies of #00C0AA
Complementary color
Monochromatic Colors of #00C0AA
Black with #00C0AA
Text Example
Text Example
White with #00C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0AA; }
p { color: rgb(0,192,170); }
H1.HeaderClassName
{
color: #00C0AA;
}
.AnyTagClassName
{
color: #00C0AA;
}
</style>
background-color css
<style>
a { background-color: #00C0AA; }
a { background-color: rgb(0,192,170); }
div.DivClassName
{
background-color: #00C0AA;
}
.BgClassName
{
background-color: #00C0AA;
}
</style>
border-color css
<style>
span { border-color: #00C0AA; }
span { border-color: rgb(0,192,170); }
td.TdClassName
{
border-color: #00C0AA;
}
.TagClassName
{
border-color: #00C0AA;
}
</style>