Shades of Caribbean Green #0CC394
Tints of Caribbean Green #0CC394
RGB
CMYK
RGB Variations
Color information
#0CC394 (or 0x0CC394) is known color: Caribbean Green. HEX triplet: 0C, C3 and 94. RGB value is (12,195,148). Sum of RGB (Red+Green+Blue) = 12+195+148=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC394 is #F33C6B. Grayscale: #868686. Windows color (decimal): -15940716 or 9749260. OLE color: 9749260.
HSL color Cylindrical-coordinate representation of color #0CC394: hue angle of 164.59º 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 #0CC394 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 148 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.24 |
| HSL | 164.59º | 0.88% | 0.41% | - |
| HSV(B) | 164.59º | 0.94% | 0.76% | - |
| XYZ | 25.01 | 41.25 | 34.66 | - |
| YUV | 134.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 148 | 0.94 | 0 | 0.24 | 0.24 | 164.59 | 0.88 | 0.41 |
| Hex | C | C3 | 94 | 5E | 0 | 18 | 18 | A5 | 58 | 29 |
| Octal | 14 | 303 | 224 | 136 | 0 | 30 | 30 | 245 | 130 | 51 |
| Binary | 1100 | 11000011 | 10010100 | 1011110 | 0 | 11000 | 11000 | 10100101 | 1011000 | 101001 |
Color Harmonies of #0CC394
Complementary color
Monochromatic Colors of #0CC394
Black with #0CC394
Text Example
Text Example
White with #0CC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC394; }
p { color: rgb(12,195,148); }
H1.HeaderClassName
{
color: #0CC394;
}
.AnyTagClassName
{
color: #0CC394;
}
</style>
background-color css
<style>
a { background-color: #0CC394; }
a { background-color: rgb(12,195,148); }
div.DivClassName
{
background-color: #0CC394;
}
.BgClassName
{
background-color: #0CC394;
}
</style>
border-color css
<style>
span { border-color: #0CC394; }
span { border-color: rgb(12,195,148); }
td.TdClassName
{
border-color: #0CC394;
}
.TagClassName
{
border-color: #0CC394;
}
</style>