Shades of Caribbean Green #0DC48F
Tints of Caribbean Green #0DC48F
RGB
CMYK
RGB Variations
Color information
#0DC48F (or 0x0DC48F) is known color: Caribbean Green. HEX triplet: 0D, C4 and 8F. RGB value is (13,196,143). Sum of RGB (Red+Green+Blue) = 13+196+143=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC48F is #F23B70. Grayscale: #878787. Windows color (decimal): -15874929 or 9421837. OLE color: 9421837.
HSL color Cylindrical-coordinate representation of color #0DC48F: hue angle of 162.62º 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 #0DC48F is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 143 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.23 |
| HSL | 162.62º | 0.88% | 0.41% | - |
| HSV(B) | 162.62º | 0.93% | 0.77% | - |
| XYZ | 24.86 | 41.55 | 32.7 | - |
| YUV | 135.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 143 | 0.93 | 0 | 0.27 | 0.23 | 162.62 | 0.88 | 0.41 |
| Hex | D | C4 | 8F | 5D | 0 | 1B | 17 | A3 | 58 | 29 |
| Octal | 15 | 304 | 217 | 135 | 0 | 33 | 27 | 243 | 130 | 51 |
| Binary | 1101 | 11000100 | 10001111 | 1011101 | 0 | 11011 | 10111 | 10100011 | 1011000 | 101001 |
Color Harmonies of #0DC48F
Complementary color
Monochromatic Colors of #0DC48F
Black with #0DC48F
Text Example
Text Example
White with #0DC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC48F; }
p { color: rgb(13,196,143); }
H1.HeaderClassName
{
color: #0DC48F;
}
.AnyTagClassName
{
color: #0DC48F;
}
</style>
background-color css
<style>
a { background-color: #0DC48F; }
a { background-color: rgb(13,196,143); }
div.DivClassName
{
background-color: #0DC48F;
}
.BgClassName
{
background-color: #0DC48F;
}
</style>
border-color css
<style>
span { border-color: #0DC48F; }
span { border-color: rgb(13,196,143); }
td.TdClassName
{
border-color: #0DC48F;
}
.TagClassName
{
border-color: #0DC48F;
}
</style>