Shades of Caribbean Green #0DC391
Tints of Caribbean Green #0DC391
RGB
CMYK
RGB Variations
Color information
#0DC391 (or 0x0DC391) is known color: Caribbean Green. HEX triplet: 0D, C3 and 91. RGB value is (13,195,145). Sum of RGB (Red+Green+Blue) = 13+195+145=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC391 is #F23C6E. Grayscale: #868686. Windows color (decimal): -15875183 or 9552653. OLE color: 9552653.
HSL color Cylindrical-coordinate representation of color #0DC391: hue angle of 163.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC391 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 145 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.24 |
| HSL | 163.52º | 0.88% | 0.41% | - |
| HSV(B) | 163.52º | 0.93% | 0.76% | - |
| XYZ | 24.79 | 41.16 | 33.43 | - |
| YUV | 134.88 | 133.7 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 145 | 0.93 | 0 | 0.26 | 0.24 | 163.52 | 0.88 | 0.41 |
| Hex | D | C3 | 91 | 5D | 0 | 1A | 18 | A4 | 58 | 29 |
| Octal | 15 | 303 | 221 | 135 | 0 | 32 | 30 | 244 | 130 | 51 |
| Binary | 1101 | 11000011 | 10010001 | 1011101 | 0 | 11010 | 11000 | 10100100 | 1011000 | 101001 |
Color Harmonies of #0DC391
Complementary color
Monochromatic Colors of #0DC391
Black with #0DC391
Text Example
Text Example
White with #0DC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC391; }
p { color: rgb(13,195,145); }
H1.HeaderClassName
{
color: #0DC391;
}
.AnyTagClassName
{
color: #0DC391;
}
</style>
background-color css
<style>
a { background-color: #0DC391; }
a { background-color: rgb(13,195,145); }
div.DivClassName
{
background-color: #0DC391;
}
.BgClassName
{
background-color: #0DC391;
}
</style>
border-color css
<style>
span { border-color: #0DC391; }
span { border-color: rgb(13,195,145); }
td.TdClassName
{
border-color: #0DC391;
}
.TagClassName
{
border-color: #0DC391;
}
</style>