Shades of Caribbean Green #0BE19B
Tints of Caribbean Green #0BE19B
RGB
CMYK
RGB Variations
Color information
#0BE19B (or 0x0BE19B) is known color: Caribbean Green. HEX triplet: 0B, E1 and 9B. RGB value is (11,225,155). Sum of RGB (Red+Green+Blue) = 11+225+155=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE19B is #F41E64. Grayscale: #999999. Windows color (decimal): -15998565 or 10215691. OLE color: 10215691.
HSL color Cylindrical-coordinate representation of color #0BE19B: hue angle of 160.37º 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 #0BE19B is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 155 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.12 |
| HSL | 160.37º | 0.91% | 0.46% | - |
| HSV(B) | 160.37º | 0.95% | 0.88% | - |
| XYZ | 32.98 | 56.29 | 40.14 | - |
| YUV | 153.03 | 129.1 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 155 | 0.95 | 0 | 0.31 | 0.12 | 160.37 | 0.91 | 0.46 |
| Hex | B | E1 | 9B | 5F | 0 | 1F | C | A0 | 5B | 2E |
| Octal | 13 | 341 | 233 | 137 | 0 | 37 | 14 | 240 | 133 | 56 |
| Binary | 1011 | 11100001 | 10011011 | 1011111 | 0 | 11111 | 1100 | 10100000 | 1011011 | 101110 |
Color Harmonies of #0BE19B
Complementary color
Monochromatic Colors of #0BE19B
Black with #0BE19B
Text Example
Text Example
White with #0BE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE19B; }
p { color: rgb(11,225,155); }
H1.HeaderClassName
{
color: #0BE19B;
}
.AnyTagClassName
{
color: #0BE19B;
}
</style>
background-color css
<style>
a { background-color: #0BE19B; }
a { background-color: rgb(11,225,155); }
div.DivClassName
{
background-color: #0BE19B;
}
.BgClassName
{
background-color: #0BE19B;
}
</style>
border-color css
<style>
span { border-color: #0BE19B; }
span { border-color: rgb(11,225,155); }
td.TdClassName
{
border-color: #0BE19B;
}
.TagClassName
{
border-color: #0BE19B;
}
</style>