Shades of Caribbean Green #0DBDA0
Tints of Caribbean Green #0DBDA0
RGB
CMYK
RGB Variations
Color information
#0DBDA0 (or 0x0DBDA0) is known color: Caribbean Green. HEX triplet: 0D, BD and A0. RGB value is (13,189,160). Sum of RGB (Red+Green+Blue) = 13+189+160=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDA0 is #F2425F. Grayscale: #858585. Windows color (decimal): -15876704 or 10534157. OLE color: 10534157.
HSL color Cylindrical-coordinate representation of color #0DBDA0: hue angle of 170.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDA0 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 160 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.26 |
| HSL | 170.11º | 0.87% | 0.4% | - |
| HSV(B) | 170.11º | 0.93% | 0.74% | - |
| XYZ | 24.71 | 39.02 | 39.49 | - |
| YUV | 133.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 160 | 0.93 | 0 | 0.15 | 0.26 | 170.11 | 0.87 | 0.4 |
| Hex | D | BD | A0 | 5D | 0 | F | 1A | AA | 57 | 28 |
| Octal | 15 | 275 | 240 | 135 | 0 | 17 | 32 | 252 | 127 | 50 |
| Binary | 1101 | 10111101 | 10100000 | 1011101 | 0 | 1111 | 11010 | 10101010 | 1010111 | 101000 |
Color Harmonies of #0DBDA0
Complementary color
Monochromatic Colors of #0DBDA0
Black with #0DBDA0
Text Example
Text Example
White with #0DBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDA0; }
p { color: rgb(13,189,160); }
H1.HeaderClassName
{
color: #0DBDA0;
}
.AnyTagClassName
{
color: #0DBDA0;
}
</style>
background-color css
<style>
a { background-color: #0DBDA0; }
a { background-color: rgb(13,189,160); }
div.DivClassName
{
background-color: #0DBDA0;
}
.BgClassName
{
background-color: #0DBDA0;
}
</style>
border-color css
<style>
span { border-color: #0DBDA0; }
span { border-color: rgb(13,189,160); }
td.TdClassName
{
border-color: #0DBDA0;
}
.TagClassName
{
border-color: #0DBDA0;
}
</style>