Shades of Caribbean Green #0DBEA4
Tints of Caribbean Green #0DBEA4
RGB
CMYK
RGB Variations
Color information
#0DBEA4 (or 0x0DBEA4) is known color: Caribbean Green. HEX triplet: 0D, BE and A4. RGB value is (13,190,164). Sum of RGB (Red+Green+Blue) = 13+190+164=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEA4 is #F2415B. Grayscale: #868686. Windows color (decimal): -15876444 or 10796557. OLE color: 10796557.
HSL color Cylindrical-coordinate representation of color #0DBEA4: hue angle of 171.19º 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 #0DBEA4 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 164 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.25 |
| HSL | 171.19º | 0.87% | 0.4% | - |
| HSV(B) | 171.19º | 0.93% | 0.75% | - |
| XYZ | 25.28 | 39.59 | 41.43 | - |
| YUV | 134.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 164 | 0.93 | 0 | 0.14 | 0.25 | 171.19 | 0.87 | 0.4 |
| Hex | D | BE | A4 | 5D | 0 | E | 19 | AB | 57 | 28 |
| Octal | 15 | 276 | 244 | 135 | 0 | 16 | 31 | 253 | 127 | 50 |
| Binary | 1101 | 10111110 | 10100100 | 1011101 | 0 | 1110 | 11001 | 10101011 | 1010111 | 101000 |
Color Harmonies of #0DBEA4
Complementary color
Monochromatic Colors of #0DBEA4
Black with #0DBEA4
Text Example
Text Example
White with #0DBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEA4; }
p { color: rgb(13,190,164); }
H1.HeaderClassName
{
color: #0DBEA4;
}
.AnyTagClassName
{
color: #0DBEA4;
}
</style>
background-color css
<style>
a { background-color: #0DBEA4; }
a { background-color: rgb(13,190,164); }
div.DivClassName
{
background-color: #0DBEA4;
}
.BgClassName
{
background-color: #0DBEA4;
}
</style>
border-color css
<style>
span { border-color: #0DBEA4; }
span { border-color: rgb(13,190,164); }
td.TdClassName
{
border-color: #0DBEA4;
}
.TagClassName
{
border-color: #0DBEA4;
}
</style>