Shades of Caribbean Green #0DCBA7
Tints of Caribbean Green #0DCBA7
RGB
CMYK
RGB Variations
Color information
#0DCBA7 (or 0x0DCBA7) is known color: Caribbean Green. HEX triplet: 0D, CB and A7. RGB value is (13,203,167). Sum of RGB (Red+Green+Blue) = 13+203+167=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCBA7 is #F23458. Grayscale: #8E8E8E. Windows color (decimal): -15873113 or 10996493. OLE color: 10996493.
HSL color Cylindrical-coordinate representation of color #0DCBA7: hue angle of 168.63º 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 #0DCBA7 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 167 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.20 |
| HSL | 168.63º | 0.88% | 0.42% | - |
| HSV(B) | 168.63º | 0.94% | 0.8% | - |
| XYZ | 28.5 | 45.59 | 43.86 | - |
| YUV | 142.09 | 142.05 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 167 | 0.94 | 0 | 0.18 | 0.20 | 168.63 | 0.88 | 0.42 |
| Hex | D | CB | A7 | 5E | 0 | 12 | 14 | A9 | 58 | 2A |
| Octal | 15 | 313 | 247 | 136 | 0 | 22 | 24 | 251 | 130 | 52 |
| Binary | 1101 | 11001011 | 10100111 | 1011110 | 0 | 10010 | 10100 | 10101001 | 1011000 | 101010 |
Color Harmonies of #0DCBA7
Complementary color
Monochromatic Colors of #0DCBA7
Black with #0DCBA7
Text Example
Text Example
White with #0DCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBA7; }
p { color: rgb(13,203,167); }
H1.HeaderClassName
{
color: #0DCBA7;
}
.AnyTagClassName
{
color: #0DCBA7;
}
</style>
background-color css
<style>
a { background-color: #0DCBA7; }
a { background-color: rgb(13,203,167); }
div.DivClassName
{
background-color: #0DCBA7;
}
.BgClassName
{
background-color: #0DCBA7;
}
</style>
border-color css
<style>
span { border-color: #0DCBA7; }
span { border-color: rgb(13,203,167); }
td.TdClassName
{
border-color: #0DCBA7;
}
.TagClassName
{
border-color: #0DCBA7;
}
</style>