Shades of Caribbean Green #0BE4AF
Tints of Caribbean Green #0BE4AF
RGB
CMYK
RGB Variations
Color information
#0BE4AF (or 0x0BE4AF) is known color: Caribbean Green. HEX triplet: 0B, E4 and AF. RGB value is (11,228,175). Sum of RGB (Red+Green+Blue) = 11+228+175=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE4AF is #F41B50. Grayscale: #9D9D9D. Windows color (decimal): -15997777 or 11527179. OLE color: 11527179.
HSL color Cylindrical-coordinate representation of color #0BE4AF: hue angle of 165.35º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE4AF is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 175 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.11 |
| HSL | 165.35º | 0.91% | 0.47% | - |
| HSV(B) | 165.35º | 0.95% | 0.89% | - |
| XYZ | 35.62 | 58.65 | 50 | - |
| YUV | 157.08 | 138.11 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 175 | 0.95 | 0 | 0.23 | 0.11 | 165.35 | 0.91 | 0.47 |
| Hex | B | E4 | AF | 5F | 0 | 17 | B | A5 | 5B | 2F |
| Octal | 13 | 344 | 257 | 137 | 0 | 27 | 13 | 245 | 133 | 57 |
| Binary | 1011 | 11100100 | 10101111 | 1011111 | 0 | 10111 | 1011 | 10100101 | 1011011 | 101111 |
Color Harmonies of #0BE4AF
Complementary color
Monochromatic Colors of #0BE4AF
Black with #0BE4AF
Text Example
Text Example
White with #0BE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE4AF; }
p { color: rgb(11,228,175); }
H1.HeaderClassName
{
color: #0BE4AF;
}
.AnyTagClassName
{
color: #0BE4AF;
}
</style>
background-color css
<style>
a { background-color: #0BE4AF; }
a { background-color: rgb(11,228,175); }
div.DivClassName
{
background-color: #0BE4AF;
}
.BgClassName
{
background-color: #0BE4AF;
}
</style>
border-color css
<style>
span { border-color: #0BE4AF; }
span { border-color: rgb(11,228,175); }
td.TdClassName
{
border-color: #0BE4AF;
}
.TagClassName
{
border-color: #0BE4AF;
}
</style>