Shades of Caribbean Green #0BE199
Tints of Caribbean Green #0BE199
RGB
CMYK
RGB Variations
Color information
#0BE199 (or 0x0BE199) is known color: Caribbean Green. HEX triplet: 0B, E1 and 99. RGB value is (11,225,153). Sum of RGB (Red+Green+Blue) = 11+225+153=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE199 is #F41E66. Grayscale: #989898. Windows color (decimal): -15998567 or 10084619. OLE color: 10084619.
HSL color Cylindrical-coordinate representation of color #0BE199: hue angle of 159.81º 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 #0BE199 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 153 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.12 |
| HSL | 159.81º | 0.91% | 0.46% | - |
| HSV(B) | 159.81º | 0.95% | 0.88% | - |
| XYZ | 32.81 | 56.22 | 39.26 | - |
| YUV | 152.81 | 128.1 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 153 | 0.95 | 0 | 0.32 | 0.12 | 159.81 | 0.91 | 0.46 |
| Hex | B | E1 | 99 | 5F | 0 | 20 | C | A0 | 5B | 2E |
| Octal | 13 | 341 | 231 | 137 | 0 | 40 | 14 | 240 | 133 | 56 |
| Binary | 1011 | 11100001 | 10011001 | 1011111 | 0 | 100000 | 1100 | 10100000 | 1011011 | 101110 |
Color Harmonies of #0BE199
Complementary color
Monochromatic Colors of #0BE199
Black with #0BE199
Text Example
Text Example
White with #0BE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE199; }
p { color: rgb(11,225,153); }
H1.HeaderClassName
{
color: #0BE199;
}
.AnyTagClassName
{
color: #0BE199;
}
</style>
background-color css
<style>
a { background-color: #0BE199; }
a { background-color: rgb(11,225,153); }
div.DivClassName
{
background-color: #0BE199;
}
.BgClassName
{
background-color: #0BE199;
}
</style>
border-color css
<style>
span { border-color: #0BE199; }
span { border-color: rgb(11,225,153); }
td.TdClassName
{
border-color: #0BE199;
}
.TagClassName
{
border-color: #0BE199;
}
</style>