Shades of Caribbean Green #0CC397
Tints of Caribbean Green #0CC397
RGB
CMYK
RGB Variations
Color information
#0CC397 (or 0x0CC397) is known color: Caribbean Green. HEX triplet: 0C, C3 and 97. RGB value is (12,195,151). Sum of RGB (Red+Green+Blue) = 12+195+151=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC397 is #F33C68. Grayscale: #878787. Windows color (decimal): -15940713 or 9945868. OLE color: 9945868.
HSL color Cylindrical-coordinate representation of color #0CC397: hue angle of 165.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC397 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 151 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.24 |
| HSL | 165.57º | 0.88% | 0.41% | - |
| HSV(B) | 165.57º | 0.94% | 0.76% | - |
| XYZ | 25.25 | 41.34 | 35.93 | - |
| YUV | 135.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 151 | 0.94 | 0 | 0.23 | 0.24 | 165.57 | 0.88 | 0.41 |
| Hex | C | C3 | 97 | 5E | 0 | 17 | 18 | A6 | 58 | 29 |
| Octal | 14 | 303 | 227 | 136 | 0 | 27 | 30 | 246 | 130 | 51 |
| Binary | 1100 | 11000011 | 10010111 | 1011110 | 0 | 10111 | 11000 | 10100110 | 1011000 | 101001 |
Color Harmonies of #0CC397
Complementary color
Monochromatic Colors of #0CC397
Black with #0CC397
Text Example
Text Example
White with #0CC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC397; }
p { color: rgb(12,195,151); }
H1.HeaderClassName
{
color: #0CC397;
}
.AnyTagClassName
{
color: #0CC397;
}
</style>
background-color css
<style>
a { background-color: #0CC397; }
a { background-color: rgb(12,195,151); }
div.DivClassName
{
background-color: #0CC397;
}
.BgClassName
{
background-color: #0CC397;
}
</style>
border-color css
<style>
span { border-color: #0CC397; }
span { border-color: rgb(12,195,151); }
td.TdClassName
{
border-color: #0CC397;
}
.TagClassName
{
border-color: #0CC397;
}
</style>