Shades of Caribbean Green #0BE0A0
Tints of Caribbean Green #0BE0A0
RGB
CMYK
RGB Variations
Color information
#0BE0A0 (or 0x0BE0A0) is known color: Caribbean Green. HEX triplet: 0B, E0 and A0. RGB value is (11,224,160). Sum of RGB (Red+Green+Blue) = 11+224+160=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE0A0 is #F41F5F. Grayscale: #999999. Windows color (decimal): -15998816 or 10543115. OLE color: 10543115.
HSL color Cylindrical-coordinate representation of color #0BE0A0: hue angle of 161.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE0A0 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 160 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.12 |
| HSL | 161.97º | 0.91% | 0.46% | - |
| HSV(B) | 161.97º | 0.95% | 0.88% | - |
| XYZ | 33.14 | 55.92 | 42.3 | - |
| YUV | 153.02 | 131.93 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 160 | 0.95 | 0 | 0.29 | 0.12 | 161.97 | 0.91 | 0.46 |
| Hex | B | E0 | A0 | 5F | 0 | 1D | C | A2 | 5B | 2E |
| Octal | 13 | 340 | 240 | 137 | 0 | 35 | 14 | 242 | 133 | 56 |
| Binary | 1011 | 11100000 | 10100000 | 1011111 | 0 | 11101 | 1100 | 10100010 | 1011011 | 101110 |
Color Harmonies of #0BE0A0
Complementary color
Monochromatic Colors of #0BE0A0
Black with #0BE0A0
Text Example
Text Example
White with #0BE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0A0; }
p { color: rgb(11,224,160); }
H1.HeaderClassName
{
color: #0BE0A0;
}
.AnyTagClassName
{
color: #0BE0A0;
}
</style>
background-color css
<style>
a { background-color: #0BE0A0; }
a { background-color: rgb(11,224,160); }
div.DivClassName
{
background-color: #0BE0A0;
}
.BgClassName
{
background-color: #0BE0A0;
}
</style>
border-color css
<style>
span { border-color: #0BE0A0; }
span { border-color: rgb(11,224,160); }
td.TdClassName
{
border-color: #0BE0A0;
}
.TagClassName
{
border-color: #0BE0A0;
}
</style>