Shades of Caribbean Green #0DBC9C
Tints of Caribbean Green #0DBC9C
RGB
CMYK
RGB Variations
Color information
#0DBC9C (or 0x0DBC9C) is known color: Caribbean Green. HEX triplet: 0D, BC and 9C. RGB value is (13,188,156). Sum of RGB (Red+Green+Blue) = 13+188+156=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBC9C is #F24363. Grayscale: #838383. Windows color (decimal): -15876964 or 10271757. OLE color: 10271757.
HSL color Cylindrical-coordinate representation of color #0DBC9C: hue angle of 169.03º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC9C is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 156 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.26 |
| HSL | 169.03º | 0.87% | 0.39% | - |
| HSV(B) | 169.03º | 0.93% | 0.74% | - |
| XYZ | 24.15 | 38.45 | 37.6 | - |
| YUV | 132.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 156 | 0.93 | 0 | 0.17 | 0.26 | 169.03 | 0.87 | 0.39 |
| Hex | D | BC | 9C | 5D | 0 | 11 | 1A | A9 | 57 | 27 |
| Octal | 15 | 274 | 234 | 135 | 0 | 21 | 32 | 251 | 127 | 47 |
| Binary | 1101 | 10111100 | 10011100 | 1011101 | 0 | 10001 | 11010 | 10101001 | 1010111 | 100111 |
Color Harmonies of #0DBC9C
Complementary color
Monochromatic Colors of #0DBC9C
Black with #0DBC9C
Text Example
Text Example
White with #0DBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC9C; }
p { color: rgb(13,188,156); }
H1.HeaderClassName
{
color: #0DBC9C;
}
.AnyTagClassName
{
color: #0DBC9C;
}
</style>
background-color css
<style>
a { background-color: #0DBC9C; }
a { background-color: rgb(13,188,156); }
div.DivClassName
{
background-color: #0DBC9C;
}
.BgClassName
{
background-color: #0DBC9C;
}
</style>
border-color css
<style>
span { border-color: #0DBC9C; }
span { border-color: rgb(13,188,156); }
td.TdClassName
{
border-color: #0DBC9C;
}
.TagClassName
{
border-color: #0DBC9C;
}
</style>