Shades of Caribbean Green #0CCCAF
Tints of Caribbean Green #0CCCAF
RGB
CMYK
RGB Variations
Color information
#0CCCAF (or 0x0CCCAF) is known color: Caribbean Green. HEX triplet: 0C, CC and AF. RGB value is (12,204,175). Sum of RGB (Red+Green+Blue) = 12+204+175=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCCAF is #F33350. Grayscale: #8F8F8F. Windows color (decimal): -15938385 or 11521036. OLE color: 11521036.
HSL color Cylindrical-coordinate representation of color #0CCCAF: hue angle of 170.94º 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 #0CCCAF is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 175 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.2 |
| HSL | 170.94º | 0.89% | 0.42% | - |
| HSV(B) | 170.94º | 0.94% | 0.8% | - |
| XYZ | 29.48 | 46.36 | 47.95 | - |
| YUV | 143.29 | 145.89 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 175 | 0.94 | 0 | 0.14 | 0.2 | 170.94 | 0.89 | 0.42 |
| Hex | C | CC | AF | 5E | 0 | E | 14 | AB | 59 | 2A |
| Octal | 14 | 314 | 257 | 136 | 0 | 16 | 24 | 253 | 131 | 52 |
| Binary | 1100 | 11001100 | 10101111 | 1011110 | 0 | 1110 | 10100 | 10101011 | 1011001 | 101010 |
Color Harmonies of #0CCCAF
Complementary color
Monochromatic Colors of #0CCCAF
Black with #0CCCAF
Text Example
Text Example
White with #0CCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCAF; }
p { color: rgb(12,204,175); }
H1.HeaderClassName
{
color: #0CCCAF;
}
.AnyTagClassName
{
color: #0CCCAF;
}
</style>
background-color css
<style>
a { background-color: #0CCCAF; }
a { background-color: rgb(12,204,175); }
div.DivClassName
{
background-color: #0CCCAF;
}
.BgClassName
{
background-color: #0CCCAF;
}
</style>
border-color css
<style>
span { border-color: #0CCCAF; }
span { border-color: rgb(12,204,175); }
td.TdClassName
{
border-color: #0CCCAF;
}
.TagClassName
{
border-color: #0CCCAF;
}
</style>