Shades of Caribbean Green #0EBEA2
Tints of Caribbean Green #0EBEA2
RGB
CMYK
RGB Variations
Color information
#0EBEA2 (or 0x0EBEA2) is known color: Caribbean Green. HEX triplet: 0E, BE and A2. RGB value is (14,190,162). Sum of RGB (Red+Green+Blue) = 14+190+162=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBEA2 is #F1415D. Grayscale: #868686. Windows color (decimal): -15810910 or 10665486. OLE color: 10665486.
HSL color Cylindrical-coordinate representation of color #0EBEA2: hue angle of 170.45º degrees, saturation: 0.86, 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 #0EBEA2 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 162 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.25 |
| HSL | 170.45º | 0.86% | 0.4% | - |
| HSV(B) | 170.45º | 0.93% | 0.75% | - |
| XYZ | 25.12 | 39.53 | 40.49 | - |
| YUV | 134.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 162 | 0.93 | 0 | 0.15 | 0.25 | 170.45 | 0.86 | 0.4 |
| Hex | E | BE | A2 | 5D | 0 | F | 19 | AA | 56 | 28 |
| Octal | 16 | 276 | 242 | 135 | 0 | 17 | 31 | 252 | 126 | 50 |
| Binary | 1110 | 10111110 | 10100010 | 1011101 | 0 | 1111 | 11001 | 10101010 | 1010110 | 101000 |
Color Harmonies of #0EBEA2
Complementary color
Monochromatic Colors of #0EBEA2
Black with #0EBEA2
Text Example
Text Example
White with #0EBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEA2; }
p { color: rgb(14,190,162); }
H1.HeaderClassName
{
color: #0EBEA2;
}
.AnyTagClassName
{
color: #0EBEA2;
}
</style>
background-color css
<style>
a { background-color: #0EBEA2; }
a { background-color: rgb(14,190,162); }
div.DivClassName
{
background-color: #0EBEA2;
}
.BgClassName
{
background-color: #0EBEA2;
}
</style>
border-color css
<style>
span { border-color: #0EBEA2; }
span { border-color: rgb(14,190,162); }
td.TdClassName
{
border-color: #0EBEA2;
}
.TagClassName
{
border-color: #0EBEA2;
}
</style>