Shades of Caribbean Green #0DC59B
Tints of Caribbean Green #0DC59B
RGB
CMYK
RGB Variations
Color information
#0DC59B (or 0x0DC59B) is known color: Caribbean Green. HEX triplet: 0D, C5 and 9B. RGB value is (13,197,155). Sum of RGB (Red+Green+Blue) = 13+197+155=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC59B is #F23A64. Grayscale: #898989. Windows color (decimal): -15874661 or 10208525. OLE color: 10208525.
HSL color Cylindrical-coordinate representation of color #0DC59B: hue angle of 166.3º 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 #0DC59B is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 155 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.23 |
| HSL | 166.3º | 0.88% | 0.41% | - |
| HSV(B) | 166.3º | 0.93% | 0.77% | - |
| XYZ | 26.05 | 42.38 | 37.82 | - |
| YUV | 137.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 155 | 0.93 | 0 | 0.21 | 0.23 | 166.3 | 0.88 | 0.41 |
| Hex | D | C5 | 9B | 5D | 0 | 15 | 17 | A6 | 58 | 29 |
| Octal | 15 | 305 | 233 | 135 | 0 | 25 | 27 | 246 | 130 | 51 |
| Binary | 1101 | 11000101 | 10011011 | 1011101 | 0 | 10101 | 10111 | 10100110 | 1011000 | 101001 |
Color Harmonies of #0DC59B
Complementary color
Monochromatic Colors of #0DC59B
Black with #0DC59B
Text Example
Text Example
White with #0DC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC59B; }
p { color: rgb(13,197,155); }
H1.HeaderClassName
{
color: #0DC59B;
}
.AnyTagClassName
{
color: #0DC59B;
}
</style>
background-color css
<style>
a { background-color: #0DC59B; }
a { background-color: rgb(13,197,155); }
div.DivClassName
{
background-color: #0DC59B;
}
.BgClassName
{
background-color: #0DC59B;
}
</style>
border-color css
<style>
span { border-color: #0DC59B; }
span { border-color: rgb(13,197,155); }
td.TdClassName
{
border-color: #0DC59B;
}
.TagClassName
{
border-color: #0DC59B;
}
</style>