Shades of Caribbean Green #0CC395
Tints of Caribbean Green #0CC395
RGB
CMYK
RGB Variations
Color information
#0CC395 (or 0x0CC395) is known color: Caribbean Green. HEX triplet: 0C, C3 and 95. RGB value is (12,195,149). Sum of RGB (Red+Green+Blue) = 12+195+149=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC395 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC395 is #F33C6A. Grayscale: #878787. Windows color (decimal): -15940715 or 9814796. OLE color: 9814796.
HSL color Cylindrical-coordinate representation of color #0CC395: hue angle of 164.92º 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 #0CC395 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 149 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.24 |
| HSL | 164.92º | 0.88% | 0.41% | - |
| HSV(B) | 164.92º | 0.94% | 0.76% | - |
| XYZ | 25.09 | 41.28 | 35.08 | - |
| YUV | 135.04 | 135.87 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 149 | 0.94 | 0 | 0.24 | 0.24 | 164.92 | 0.88 | 0.41 |
| Hex | C | C3 | 95 | 5E | 0 | 18 | 18 | A5 | 58 | 29 |
| Octal | 14 | 303 | 225 | 136 | 0 | 30 | 30 | 245 | 130 | 51 |
| Binary | 1100 | 11000011 | 10010101 | 1011110 | 0 | 11000 | 11000 | 10100101 | 1011000 | 101001 |
Color Harmonies of #0CC395
Complementary color
Monochromatic Colors of #0CC395
Black with #0CC395
Text Example
Text Example
White with #0CC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC395; }
p { color: rgb(12,195,149); }
H1.HeaderClassName
{
color: #0CC395;
}
.AnyTagClassName
{
color: #0CC395;
}
</style>
background-color css
<style>
a { background-color: #0CC395; }
a { background-color: rgb(12,195,149); }
div.DivClassName
{
background-color: #0CC395;
}
.BgClassName
{
background-color: #0CC395;
}
</style>
border-color css
<style>
span { border-color: #0CC395; }
span { border-color: rgb(12,195,149); }
td.TdClassName
{
border-color: #0CC395;
}
.TagClassName
{
border-color: #0CC395;
}
</style>