Shades of Caribbean Green #0DCBA5
Tints of Caribbean Green #0DCBA5
RGB
CMYK
RGB Variations
Color information
#0DCBA5 (or 0x0DCBA5) is known color: Caribbean Green. HEX triplet: 0D, CB and A5. RGB value is (13,203,165). Sum of RGB (Red+Green+Blue) = 13+203+165=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCBA5 is #F2345A. Grayscale: #8D8D8D. Windows color (decimal): -15873115 or 10865421. OLE color: 10865421.
HSL color Cylindrical-coordinate representation of color #0DCBA5: hue angle of 168º 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 #0DCBA5 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 165 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.20 |
| HSL | 168º | 0.88% | 0.42% | - |
| HSV(B) | 168º | 0.94% | 0.8% | - |
| XYZ | 28.31 | 45.51 | 42.89 | - |
| YUV | 141.86 | 141.05 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 165 | 0.94 | 0 | 0.19 | 0.20 | 168 | 0.88 | 0.42 |
| Hex | D | CB | A5 | 5E | 0 | 13 | 14 | A8 | 58 | 2A |
| Octal | 15 | 313 | 245 | 136 | 0 | 23 | 24 | 250 | 130 | 52 |
| Binary | 1101 | 11001011 | 10100101 | 1011110 | 0 | 10011 | 10100 | 10101000 | 1011000 | 101010 |
Color Harmonies of #0DCBA5
Complementary color
Monochromatic Colors of #0DCBA5
Black with #0DCBA5
Text Example
Text Example
White with #0DCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBA5; }
p { color: rgb(13,203,165); }
H1.HeaderClassName
{
color: #0DCBA5;
}
.AnyTagClassName
{
color: #0DCBA5;
}
</style>
background-color css
<style>
a { background-color: #0DCBA5; }
a { background-color: rgb(13,203,165); }
div.DivClassName
{
background-color: #0DCBA5;
}
.BgClassName
{
background-color: #0DCBA5;
}
</style>
border-color css
<style>
span { border-color: #0DCBA5; }
span { border-color: rgb(13,203,165); }
td.TdClassName
{
border-color: #0DCBA5;
}
.TagClassName
{
border-color: #0DCBA5;
}
</style>