Shades of Caribbean Green #0CCA8C
Tints of Caribbean Green #0CCA8C
RGB
CMYK
RGB Variations
Color information
#0CCA8C (or 0x0CCA8C) is known color: Caribbean Green. HEX triplet: 0C, CA and 8C. RGB value is (12,202,140). Sum of RGB (Red+Green+Blue) = 12+202+140=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA8C is #F33573. Grayscale: #8A8A8A. Windows color (decimal): -15938932 or 9226764. OLE color: 9226764.
HSL color Cylindrical-coordinate representation of color #0CCA8C: hue angle of 160.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA8C is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 140 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.21 |
| HSL | 160.42º | 0.89% | 0.42% | - |
| HSV(B) | 160.42º | 0.94% | 0.79% | - |
| XYZ | 26.01 | 44.21 | 31.97 | - |
| YUV | 138.12 | 129.05 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 140 | 0.94 | 0 | 0.31 | 0.21 | 160.42 | 0.89 | 0.42 |
| Hex | C | CA | 8C | 5E | 0 | 1F | 15 | A0 | 59 | 2A |
| Octal | 14 | 312 | 214 | 136 | 0 | 37 | 25 | 240 | 131 | 52 |
| Binary | 1100 | 11001010 | 10001100 | 1011110 | 0 | 11111 | 10101 | 10100000 | 1011001 | 101010 |
Color Harmonies of #0CCA8C
Complementary color
Monochromatic Colors of #0CCA8C
Black with #0CCA8C
Text Example
Text Example
White with #0CCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA8C; }
p { color: rgb(12,202,140); }
H1.HeaderClassName
{
color: #0CCA8C;
}
.AnyTagClassName
{
color: #0CCA8C;
}
</style>
background-color css
<style>
a { background-color: #0CCA8C; }
a { background-color: rgb(12,202,140); }
div.DivClassName
{
background-color: #0CCA8C;
}
.BgClassName
{
background-color: #0CCA8C;
}
</style>
border-color css
<style>
span { border-color: #0CCA8C; }
span { border-color: rgb(12,202,140); }
td.TdClassName
{
border-color: #0CCA8C;
}
.TagClassName
{
border-color: #0CCA8C;
}
</style>