Shades of Caribbean Green #0DBEA2
Tints of Caribbean Green #0DBEA2
RGB
CMYK
RGB Variations
Color information
#0DBEA2 (or 0x0DBEA2) is known color: Caribbean Green. HEX triplet: 0D, BE and A2. RGB value is (13,190,162). Sum of RGB (Red+Green+Blue) = 13+190+162=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEA2 is #F2415D. Grayscale: #858585. Windows color (decimal): -15876446 or 10665485. OLE color: 10665485.
HSL color Cylindrical-coordinate representation of color #0DBEA2: hue angle of 170.51º 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 #0DBEA2 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 162 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.25 |
| HSL | 170.51º | 0.87% | 0.4% | - |
| HSV(B) | 170.51º | 0.93% | 0.75% | - |
| XYZ | 25.1 | 39.52 | 40.49 | - |
| YUV | 133.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 162 | 0.93 | 0 | 0.15 | 0.25 | 170.51 | 0.87 | 0.4 |
| Hex | D | BE | A2 | 5D | 0 | F | 19 | AB | 57 | 28 |
| Octal | 15 | 276 | 242 | 135 | 0 | 17 | 31 | 253 | 127 | 50 |
| Binary | 1101 | 10111110 | 10100010 | 1011101 | 0 | 1111 | 11001 | 10101011 | 1010111 | 101000 |
Color Harmonies of #0DBEA2
Complementary color
Monochromatic Colors of #0DBEA2
Black with #0DBEA2
Text Example
Text Example
White with #0DBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEA2; }
p { color: rgb(13,190,162); }
H1.HeaderClassName
{
color: #0DBEA2;
}
.AnyTagClassName
{
color: #0DBEA2;
}
</style>
background-color css
<style>
a { background-color: #0DBEA2; }
a { background-color: rgb(13,190,162); }
div.DivClassName
{
background-color: #0DBEA2;
}
.BgClassName
{
background-color: #0DBEA2;
}
</style>
border-color css
<style>
span { border-color: #0DBEA2; }
span { border-color: rgb(13,190,162); }
td.TdClassName
{
border-color: #0DBEA2;
}
.TagClassName
{
border-color: #0DBEA2;
}
</style>