Shades of Caribbean Green #0DC39B
Tints of Caribbean Green #0DC39B
RGB
CMYK
RGB Variations
Color information
#0DC39B (or 0x0DC39B) is known color: Caribbean Green. HEX triplet: 0D, C3 and 9B. RGB value is (13,195,155). Sum of RGB (Red+Green+Blue) = 13+195+155=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC39B is #F23C64. Grayscale: #888888. Windows color (decimal): -15875173 or 10208013. OLE color: 10208013.
HSL color Cylindrical-coordinate representation of color #0DC39B: hue angle of 166.81º 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 #0DC39B is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 155 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.24 |
| HSL | 166.81º | 0.88% | 0.41% | - |
| HSV(B) | 166.81º | 0.93% | 0.76% | - |
| XYZ | 25.6 | 41.48 | 37.67 | - |
| YUV | 136.02 | 138.7 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 155 | 0.93 | 0 | 0.21 | 0.24 | 166.81 | 0.88 | 0.41 |
| Hex | D | C3 | 9B | 5D | 0 | 15 | 18 | A7 | 58 | 29 |
| Octal | 15 | 303 | 233 | 135 | 0 | 25 | 30 | 247 | 130 | 51 |
| Binary | 1101 | 11000011 | 10011011 | 1011101 | 0 | 10101 | 11000 | 10100111 | 1011000 | 101001 |
Color Harmonies of #0DC39B
Complementary color
Monochromatic Colors of #0DC39B
Black with #0DC39B
Text Example
Text Example
White with #0DC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC39B; }
p { color: rgb(13,195,155); }
H1.HeaderClassName
{
color: #0DC39B;
}
.AnyTagClassName
{
color: #0DC39B;
}
</style>
background-color css
<style>
a { background-color: #0DC39B; }
a { background-color: rgb(13,195,155); }
div.DivClassName
{
background-color: #0DC39B;
}
.BgClassName
{
background-color: #0DC39B;
}
</style>
border-color css
<style>
span { border-color: #0DC39B; }
span { border-color: rgb(13,195,155); }
td.TdClassName
{
border-color: #0DC39B;
}
.TagClassName
{
border-color: #0DC39B;
}
</style>