Shades of Caribbean Green #0DCA91
Tints of Caribbean Green #0DCA91
RGB
CMYK
RGB Variations
Color information
#0DCA91 (or 0x0DCA91) is known color: Caribbean Green. HEX triplet: 0D, CA and 91. RGB value is (13,202,145). Sum of RGB (Red+Green+Blue) = 13+202+145=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCA91 is #F2356E. Grayscale: #8B8B8B. Windows color (decimal): -15873391 or 9554445. OLE color: 9554445.
HSL color Cylindrical-coordinate representation of color #0DCA91: hue angle of 161.9º degrees, saturation: 0.88, 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 #0DCA91 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 145 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.21 |
| HSL | 161.9º | 0.88% | 0.42% | - |
| HSV(B) | 161.9º | 0.94% | 0.79% | - |
| XYZ | 26.4 | 44.37 | 33.96 | - |
| YUV | 138.99 | 131.38 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 145 | 0.94 | 0 | 0.28 | 0.21 | 161.9 | 0.88 | 0.42 |
| Hex | D | CA | 91 | 5E | 0 | 1C | 15 | A2 | 58 | 2A |
| Octal | 15 | 312 | 221 | 136 | 0 | 34 | 25 | 242 | 130 | 52 |
| Binary | 1101 | 11001010 | 10010001 | 1011110 | 0 | 11100 | 10101 | 10100010 | 1011000 | 101010 |
Color Harmonies of #0DCA91
Complementary color
Monochromatic Colors of #0DCA91
Black with #0DCA91
Text Example
Text Example
White with #0DCA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA91; }
p { color: rgb(13,202,145); }
H1.HeaderClassName
{
color: #0DCA91;
}
.AnyTagClassName
{
color: #0DCA91;
}
</style>
background-color css
<style>
a { background-color: #0DCA91; }
a { background-color: rgb(13,202,145); }
div.DivClassName
{
background-color: #0DCA91;
}
.BgClassName
{
background-color: #0DCA91;
}
</style>
border-color css
<style>
span { border-color: #0DCA91; }
span { border-color: rgb(13,202,145); }
td.TdClassName
{
border-color: #0DCA91;
}
.TagClassName
{
border-color: #0DCA91;
}
</style>