Shades of Caribbean Green #0CCA93
Tints of Caribbean Green #0CCA93
RGB
CMYK
RGB Variations
Color information
#0CCA93 (or 0x0CCA93) is known color: Caribbean Green. HEX triplet: 0C, CA and 93. RGB value is (12,202,147). Sum of RGB (Red+Green+Blue) = 12+202+147=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA93 is #F3356C. Grayscale: #8A8A8A. Windows color (decimal): -15938925 or 9685516. OLE color: 9685516.
HSL color Cylindrical-coordinate representation of color #0CCA93: hue angle of 162.63º 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 #0CCA93 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 147 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.21 |
| HSL | 162.63º | 0.89% | 0.42% | - |
| HSV(B) | 162.63º | 0.94% | 0.79% | - |
| XYZ | 26.54 | 44.43 | 34.78 | - |
| YUV | 138.92 | 132.55 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 147 | 0.94 | 0 | 0.27 | 0.21 | 162.63 | 0.89 | 0.42 |
| Hex | C | CA | 93 | 5E | 0 | 1B | 15 | A3 | 59 | 2A |
| Octal | 14 | 312 | 223 | 136 | 0 | 33 | 25 | 243 | 131 | 52 |
| Binary | 1100 | 11001010 | 10010011 | 1011110 | 0 | 11011 | 10101 | 10100011 | 1011001 | 101010 |
Color Harmonies of #0CCA93
Complementary color
Monochromatic Colors of #0CCA93
Black with #0CCA93
Text Example
Text Example
White with #0CCA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA93; }
p { color: rgb(12,202,147); }
H1.HeaderClassName
{
color: #0CCA93;
}
.AnyTagClassName
{
color: #0CCA93;
}
</style>
background-color css
<style>
a { background-color: #0CCA93; }
a { background-color: rgb(12,202,147); }
div.DivClassName
{
background-color: #0CCA93;
}
.BgClassName
{
background-color: #0CCA93;
}
</style>
border-color css
<style>
span { border-color: #0CCA93; }
span { border-color: rgb(12,202,147); }
td.TdClassName
{
border-color: #0CCA93;
}
.TagClassName
{
border-color: #0CCA93;
}
</style>