Shades of Caribbean Green #0DBF90
Tints of Caribbean Green #0DBF90
RGB
CMYK
RGB Variations
Color information
#0DBF90 (or 0x0DBF90) is known color: Caribbean Green. HEX triplet: 0D, BF and 90. RGB value is (13,191,144). Sum of RGB (Red+Green+Blue) = 13+191+144=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF90 is #F2406F. Grayscale: #848484. Windows color (decimal): -15876208 or 9486093. OLE color: 9486093.
HSL color Cylindrical-coordinate representation of color #0DBF90: hue angle of 164.16º 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 #0DBF90 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 144 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.25 |
| HSL | 164.16º | 0.87% | 0.4% | - |
| HSV(B) | 164.16º | 0.93% | 0.75% | - |
| XYZ | 23.83 | 39.36 | 32.73 | - |
| YUV | 132.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 144 | 0.93 | 0 | 0.25 | 0.25 | 164.16 | 0.87 | 0.4 |
| Hex | D | BF | 90 | 5D | 0 | 19 | 19 | A4 | 57 | 28 |
| Octal | 15 | 277 | 220 | 135 | 0 | 31 | 31 | 244 | 127 | 50 |
| Binary | 1101 | 10111111 | 10010000 | 1011101 | 0 | 11001 | 11001 | 10100100 | 1010111 | 101000 |
Color Harmonies of #0DBF90
Complementary color
Monochromatic Colors of #0DBF90
Black with #0DBF90
Text Example
Text Example
White with #0DBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF90; }
p { color: rgb(13,191,144); }
H1.HeaderClassName
{
color: #0DBF90;
}
.AnyTagClassName
{
color: #0DBF90;
}
</style>
background-color css
<style>
a { background-color: #0DBF90; }
a { background-color: rgb(13,191,144); }
div.DivClassName
{
background-color: #0DBF90;
}
.BgClassName
{
background-color: #0DBF90;
}
</style>
border-color css
<style>
span { border-color: #0DBF90; }
span { border-color: rgb(13,191,144); }
td.TdClassName
{
border-color: #0DBF90;
}
.TagClassName
{
border-color: #0DBF90;
}
</style>