Shades of Caribbean Green #0CCCAB
Tints of Caribbean Green #0CCCAB
RGB
CMYK
RGB Variations
Color information
#0CCCAB (or 0x0CCCAB) is known color: Caribbean Green. HEX triplet: 0C, CC and AB. RGB value is (12,204,171). Sum of RGB (Red+Green+Blue) = 12+204+171=387 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.10% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCCAB is #F33354. Grayscale: #8E8E8E. Windows color (decimal): -15938389 or 11258892. OLE color: 11258892.
HSL color Cylindrical-coordinate representation of color #0CCCAB: hue angle of 169.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCCAB is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 171 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.2 |
| HSL | 169.69º | 0.89% | 0.42% | - |
| HSV(B) | 169.69º | 0.94% | 0.8% | - |
| XYZ | 29.1 | 46.2 | 45.91 | - |
| YUV | 142.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 171 | 0.94 | 0 | 0.16 | 0.2 | 169.69 | 0.89 | 0.42 |
| Hex | C | CC | AB | 5E | 0 | 10 | 14 | AA | 59 | 2A |
| Octal | 14 | 314 | 253 | 136 | 0 | 20 | 24 | 252 | 131 | 52 |
| Binary | 1100 | 11001100 | 10101011 | 1011110 | 0 | 10000 | 10100 | 10101010 | 1011001 | 101010 |
Color Harmonies of #0CCCAB
Complementary color
Monochromatic Colors of #0CCCAB
Black with #0CCCAB
Text Example
Text Example
White with #0CCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCAB; }
p { color: rgb(12,204,171); }
H1.HeaderClassName
{
color: #0CCCAB;
}
.AnyTagClassName
{
color: #0CCCAB;
}
</style>
background-color css
<style>
a { background-color: #0CCCAB; }
a { background-color: rgb(12,204,171); }
div.DivClassName
{
background-color: #0CCCAB;
}
.BgClassName
{
background-color: #0CCCAB;
}
</style>
border-color css
<style>
span { border-color: #0CCCAB; }
span { border-color: rgb(12,204,171); }
td.TdClassName
{
border-color: #0CCCAB;
}
.TagClassName
{
border-color: #0CCCAB;
}
</style>