Shades of Caribbean Green #0DC989
Tints of Caribbean Green #0DC989
RGB
CMYK
RGB Variations
Color information
#0DC989 (or 0x0DC989) is known color: Caribbean Green. HEX triplet: 0D, C9 and 89. RGB value is (13,201,137). Sum of RGB (Red+Green+Blue) = 13+201+137=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC989 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC989 is #F23676. Grayscale: #898989. Windows color (decimal): -15873655 or 9029901. OLE color: 9029901.
HSL color Cylindrical-coordinate representation of color #0DC989: hue angle of 159.57º 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 #0DC989 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 137 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.21 |
| HSL | 159.57º | 0.88% | 0.42% | - |
| HSV(B) | 159.57º | 0.94% | 0.79% | - |
| XYZ | 25.57 | 43.67 | 30.75 | - |
| YUV | 137.49 | 127.72 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 137 | 0.94 | 0 | 0.32 | 0.21 | 159.57 | 0.88 | 0.42 |
| Hex | D | C9 | 89 | 5E | 0 | 20 | 15 | A0 | 58 | 2A |
| Octal | 15 | 311 | 211 | 136 | 0 | 40 | 25 | 240 | 130 | 52 |
| Binary | 1101 | 11001001 | 10001001 | 1011110 | 0 | 100000 | 10101 | 10100000 | 1011000 | 101010 |
Color Harmonies of #0DC989
Complementary color
Monochromatic Colors of #0DC989
Black with #0DC989
Text Example
Text Example
White with #0DC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC989; }
p { color: rgb(13,201,137); }
H1.HeaderClassName
{
color: #0DC989;
}
.AnyTagClassName
{
color: #0DC989;
}
</style>
background-color css
<style>
a { background-color: #0DC989; }
a { background-color: rgb(13,201,137); }
div.DivClassName
{
background-color: #0DC989;
}
.BgClassName
{
background-color: #0DC989;
}
</style>
border-color css
<style>
span { border-color: #0DC989; }
span { border-color: rgb(13,201,137); }
td.TdClassName
{
border-color: #0DC989;
}
.TagClassName
{
border-color: #0DC989;
}
</style>