Shades of Caribbean Green #0DBA9C
Tints of Caribbean Green #0DBA9C
RGB
CMYK
RGB Variations
Color information
#0DBA9C (or 0x0DBA9C) is known color: Caribbean Green. HEX triplet: 0D, BA and 9C. RGB value is (13,186,156). Sum of RGB (Red+Green+Blue) = 13+186+156=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBA9C is #F24563. Grayscale: #828282. Windows color (decimal): -15877476 or 10271245. OLE color: 10271245.
HSL color Cylindrical-coordinate representation of color #0DBA9C: hue angle of 169.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA9C is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 156 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.27 |
| HSL | 169.6º | 0.87% | 0.39% | - |
| HSV(B) | 169.6º | 0.93% | 0.73% | - |
| XYZ | 23.73 | 37.6 | 37.46 | - |
| YUV | 130.85 | 142.19 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 156 | 0.93 | 0 | 0.16 | 0.27 | 169.6 | 0.87 | 0.39 |
| Hex | D | BA | 9C | 5D | 0 | 10 | 1B | AA | 57 | 27 |
| Octal | 15 | 272 | 234 | 135 | 0 | 20 | 33 | 252 | 127 | 47 |
| Binary | 1101 | 10111010 | 10011100 | 1011101 | 0 | 10000 | 11011 | 10101010 | 1010111 | 100111 |
Color Harmonies of #0DBA9C
Complementary color
Monochromatic Colors of #0DBA9C
Black with #0DBA9C
Text Example
Text Example
White with #0DBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA9C; }
p { color: rgb(13,186,156); }
H1.HeaderClassName
{
color: #0DBA9C;
}
.AnyTagClassName
{
color: #0DBA9C;
}
</style>
background-color css
<style>
a { background-color: #0DBA9C; }
a { background-color: rgb(13,186,156); }
div.DivClassName
{
background-color: #0DBA9C;
}
.BgClassName
{
background-color: #0DBA9C;
}
</style>
border-color css
<style>
span { border-color: #0DBA9C; }
span { border-color: rgb(13,186,156); }
td.TdClassName
{
border-color: #0DBA9C;
}
.TagClassName
{
border-color: #0DBA9C;
}
</style>