Shades of Caribbean Green #0BE2AC
Tints of Caribbean Green #0BE2AC
RGB
CMYK
RGB Variations
Color information
#0BE2AC (or 0x0BE2AC) is known color: Caribbean Green. HEX triplet: 0B, E2 and AC. RGB value is (11,226,172). Sum of RGB (Red+Green+Blue) = 11+226+172=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE2AC is #F41D53. Grayscale: #9B9B9B. Windows color (decimal): -15998292 or 11330059. OLE color: 11330059.
HSL color Cylindrical-coordinate representation of color #0BE2AC: hue angle of 164.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE2AC is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 172 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.11 |
| HSL | 164.93º | 0.91% | 0.46% | - |
| HSV(B) | 164.93º | 0.95% | 0.89% | - |
| XYZ | 34.78 | 57.44 | 48.28 | - |
| YUV | 155.56 | 137.27 | 24.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 172 | 0.95 | 0 | 0.24 | 0.11 | 164.93 | 0.91 | 0.46 |
| Hex | B | E2 | AC | 5F | 0 | 18 | B | A5 | 5B | 2E |
| Octal | 13 | 342 | 254 | 137 | 0 | 30 | 13 | 245 | 133 | 56 |
| Binary | 1011 | 11100010 | 10101100 | 1011111 | 0 | 11000 | 1011 | 10100101 | 1011011 | 101110 |
Color Harmonies of #0BE2AC
Complementary color
Monochromatic Colors of #0BE2AC
Black with #0BE2AC
Text Example
Text Example
White with #0BE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE2AC; }
p { color: rgb(11,226,172); }
H1.HeaderClassName
{
color: #0BE2AC;
}
.AnyTagClassName
{
color: #0BE2AC;
}
</style>
background-color css
<style>
a { background-color: #0BE2AC; }
a { background-color: rgb(11,226,172); }
div.DivClassName
{
background-color: #0BE2AC;
}
.BgClassName
{
background-color: #0BE2AC;
}
</style>
border-color css
<style>
span { border-color: #0BE2AC; }
span { border-color: rgb(11,226,172); }
td.TdClassName
{
border-color: #0BE2AC;
}
.TagClassName
{
border-color: #0BE2AC;
}
</style>