Shades of Caribbean Green #0DC590
Tints of Caribbean Green #0DC590
RGB
CMYK
RGB Variations
Color information
#0DC590 (or 0x0DC590) is known color: Caribbean Green. HEX triplet: 0D, C5 and 90. RGB value is (13,197,144). Sum of RGB (Red+Green+Blue) = 13+197+144=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC590 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC590 is #F23A6F. Grayscale: #878787. Windows color (decimal): -15874672 or 9487629. OLE color: 9487629.
HSL color Cylindrical-coordinate representation of color #0DC590: hue angle of 162.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC590 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 144 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.23 |
| HSL | 162.72º | 0.88% | 0.41% | - |
| HSV(B) | 162.72º | 0.93% | 0.77% | - |
| XYZ | 25.17 | 42.03 | 33.17 | - |
| YUV | 135.94 | 132.54 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 144 | 0.93 | 0 | 0.27 | 0.23 | 162.72 | 0.88 | 0.41 |
| Hex | D | C5 | 90 | 5D | 0 | 1B | 17 | A3 | 58 | 29 |
| Octal | 15 | 305 | 220 | 135 | 0 | 33 | 27 | 243 | 130 | 51 |
| Binary | 1101 | 11000101 | 10010000 | 1011101 | 0 | 11011 | 10111 | 10100011 | 1011000 | 101001 |
Color Harmonies of #0DC590
Complementary color
Monochromatic Colors of #0DC590
Black with #0DC590
Text Example
Text Example
White with #0DC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC590; }
p { color: rgb(13,197,144); }
H1.HeaderClassName
{
color: #0DC590;
}
.AnyTagClassName
{
color: #0DC590;
}
</style>
background-color css
<style>
a { background-color: #0DC590; }
a { background-color: rgb(13,197,144); }
div.DivClassName
{
background-color: #0DC590;
}
.BgClassName
{
background-color: #0DC590;
}
</style>
border-color css
<style>
span { border-color: #0DC590; }
span { border-color: rgb(13,197,144); }
td.TdClassName
{
border-color: #0DC590;
}
.TagClassName
{
border-color: #0DC590;
}
</style>