Shades of Caribbean Green #0DBFA5
Tints of Caribbean Green #0DBFA5
RGB
CMYK
RGB Variations
Color information
#0DBFA5 (or 0x0DBFA5) is known color: Caribbean Green. HEX triplet: 0D, BF and A5. RGB value is (13,191,165). Sum of RGB (Red+Green+Blue) = 13+191+165=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBFA5 is #F2405A. Grayscale: #868686. Windows color (decimal): -15876187 or 10862349. OLE color: 10862349.
HSL color Cylindrical-coordinate representation of color #0DBFA5: hue angle of 171.24º 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 #0DBFA5 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 165 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.25 |
| HSL | 171.24º | 0.87% | 0.4% | - |
| HSV(B) | 171.24º | 0.93% | 0.75% | - |
| XYZ | 25.59 | 40.06 | 41.98 | - |
| YUV | 134.81 | 145.03 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 165 | 0.93 | 0 | 0.14 | 0.25 | 171.24 | 0.87 | 0.4 |
| Hex | D | BF | A5 | 5D | 0 | E | 19 | AB | 57 | 28 |
| Octal | 15 | 277 | 245 | 135 | 0 | 16 | 31 | 253 | 127 | 50 |
| Binary | 1101 | 10111111 | 10100101 | 1011101 | 0 | 1110 | 11001 | 10101011 | 1010111 | 101000 |
Color Harmonies of #0DBFA5
Complementary color
Monochromatic Colors of #0DBFA5
Black with #0DBFA5
Text Example
Text Example
White with #0DBFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFA5; }
p { color: rgb(13,191,165); }
H1.HeaderClassName
{
color: #0DBFA5;
}
.AnyTagClassName
{
color: #0DBFA5;
}
</style>
background-color css
<style>
a { background-color: #0DBFA5; }
a { background-color: rgb(13,191,165); }
div.DivClassName
{
background-color: #0DBFA5;
}
.BgClassName
{
background-color: #0DBFA5;
}
</style>
border-color css
<style>
span { border-color: #0DBFA5; }
span { border-color: rgb(13,191,165); }
td.TdClassName
{
border-color: #0DBFA5;
}
.TagClassName
{
border-color: #0DBFA5;
}
</style>