Shades of Caribbean Green #0DCEA0
Tints of Caribbean Green #0DCEA0
RGB
CMYK
RGB Variations
Color information
#0DCEA0 (or 0x0DCEA0) is known color: Caribbean Green. HEX triplet: 0D, CE and A0. RGB value is (13,206,160). Sum of RGB (Red+Green+Blue) = 13+206+160=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCEA0 is #F2315F. Grayscale: #8F8F8F. Windows color (decimal): -15872352 or 10538509. OLE color: 10538509.
HSL color Cylindrical-coordinate representation of color #0DCEA0: hue angle of 165.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCEA0 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 160 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.19 |
| HSL | 165.7º | 0.88% | 0.43% | - |
| HSV(B) | 165.7º | 0.94% | 0.81% | - |
| XYZ | 28.58 | 46.77 | 40.78 | - |
| YUV | 143.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 160 | 0.94 | 0 | 0.22 | 0.19 | 165.7 | 0.88 | 0.43 |
| Hex | D | CE | A0 | 5E | 0 | 16 | 13 | A6 | 58 | 2B |
| Octal | 15 | 316 | 240 | 136 | 0 | 26 | 23 | 246 | 130 | 53 |
| Binary | 1101 | 11001110 | 10100000 | 1011110 | 0 | 10110 | 10011 | 10100110 | 1011000 | 101011 |
Color Harmonies of #0DCEA0
Complementary color
Monochromatic Colors of #0DCEA0
Black with #0DCEA0
Text Example
Text Example
White with #0DCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCEA0; }
p { color: rgb(13,206,160); }
H1.HeaderClassName
{
color: #0DCEA0;
}
.AnyTagClassName
{
color: #0DCEA0;
}
</style>
background-color css
<style>
a { background-color: #0DCEA0; }
a { background-color: rgb(13,206,160); }
div.DivClassName
{
background-color: #0DCEA0;
}
.BgClassName
{
background-color: #0DCEA0;
}
</style>
border-color css
<style>
span { border-color: #0DCEA0; }
span { border-color: rgb(13,206,160); }
td.TdClassName
{
border-color: #0DCEA0;
}
.TagClassName
{
border-color: #0DCEA0;
}
</style>