Shades of Caribbean Green #0DCB8F
Tints of Caribbean Green #0DCB8F
RGB
CMYK
RGB Variations
Color information
#0DCB8F (or 0x0DCB8F) is known color: Caribbean Green. HEX triplet: 0D, CB and 8F. RGB value is (13,203,143). Sum of RGB (Red+Green+Blue) = 13+203+143=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCB8F is #F23470. Grayscale: #8B8B8B. Windows color (decimal): -15873137 or 9423629. OLE color: 9423629.
HSL color Cylindrical-coordinate representation of color #0DCB8F: hue angle of 161.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB8F is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 143 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.20 |
| HSL | 161.05º | 0.88% | 0.42% | - |
| HSV(B) | 161.05º | 0.94% | 0.8% | - |
| XYZ | 26.48 | 44.78 | 33.23 | - |
| YUV | 139.35 | 130.05 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 143 | 0.94 | 0 | 0.30 | 0.20 | 161.05 | 0.88 | 0.42 |
| Hex | D | CB | 8F | 5E | 0 | 1E | 14 | A1 | 58 | 2A |
| Octal | 15 | 313 | 217 | 136 | 0 | 36 | 24 | 241 | 130 | 52 |
| Binary | 1101 | 11001011 | 10001111 | 1011110 | 0 | 11110 | 10100 | 10100001 | 1011000 | 101010 |
Color Harmonies of #0DCB8F
Complementary color
Monochromatic Colors of #0DCB8F
Black with #0DCB8F
Text Example
Text Example
White with #0DCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB8F; }
p { color: rgb(13,203,143); }
H1.HeaderClassName
{
color: #0DCB8F;
}
.AnyTagClassName
{
color: #0DCB8F;
}
</style>
background-color css
<style>
a { background-color: #0DCB8F; }
a { background-color: rgb(13,203,143); }
div.DivClassName
{
background-color: #0DCB8F;
}
.BgClassName
{
background-color: #0DCB8F;
}
</style>
border-color css
<style>
span { border-color: #0DCB8F; }
span { border-color: rgb(13,203,143); }
td.TdClassName
{
border-color: #0DCB8F;
}
.TagClassName
{
border-color: #0DCB8F;
}
</style>