Shades of Caribbean Green #0DBF9C
Tints of Caribbean Green #0DBF9C
RGB
CMYK
RGB Variations
Color information
#0DBF9C (or 0x0DBF9C) is known color: Caribbean Green. HEX triplet: 0D, BF and 9C. RGB value is (13,191,156). Sum of RGB (Red+Green+Blue) = 13+191+156=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF9C is #F24063. Grayscale: #858585. Windows color (decimal): -15876196 or 10272525. OLE color: 10272525.
HSL color Cylindrical-coordinate representation of color #0DBF9C: hue angle of 168.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF9C is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 156 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.25 |
| HSL | 168.2º | 0.87% | 0.4% | - |
| HSV(B) | 168.2º | 0.93% | 0.75% | - |
| XYZ | 24.8 | 39.75 | 37.82 | - |
| YUV | 133.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 156 | 0.93 | 0 | 0.18 | 0.25 | 168.2 | 0.87 | 0.4 |
| Hex | D | BF | 9C | 5D | 0 | 12 | 19 | A8 | 57 | 28 |
| Octal | 15 | 277 | 234 | 135 | 0 | 22 | 31 | 250 | 127 | 50 |
| Binary | 1101 | 10111111 | 10011100 | 1011101 | 0 | 10010 | 11001 | 10101000 | 1010111 | 101000 |
Color Harmonies of #0DBF9C
Complementary color
Monochromatic Colors of #0DBF9C
Black with #0DBF9C
Text Example
Text Example
White with #0DBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF9C; }
p { color: rgb(13,191,156); }
H1.HeaderClassName
{
color: #0DBF9C;
}
.AnyTagClassName
{
color: #0DBF9C;
}
</style>
background-color css
<style>
a { background-color: #0DBF9C; }
a { background-color: rgb(13,191,156); }
div.DivClassName
{
background-color: #0DBF9C;
}
.BgClassName
{
background-color: #0DBF9C;
}
</style>
border-color css
<style>
span { border-color: #0DBF9C; }
span { border-color: rgb(13,191,156); }
td.TdClassName
{
border-color: #0DBF9C;
}
.TagClassName
{
border-color: #0DBF9C;
}
</style>