Shades of Caribbean Green #0BE4B3
Tints of Caribbean Green #0BE4B3
RGB
CMYK
RGB Variations
Color information
#0BE4B3 (or 0x0BE4B3) is known color: Caribbean Green. HEX triplet: 0B, E4 and B3. RGB value is (11,228,179). Sum of RGB (Red+Green+Blue) = 11+228+179=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE4B3 is #F41B4C. Grayscale: #9D9D9D. Windows color (decimal): -15997773 or 11789323. OLE color: 11789323.
HSL color Cylindrical-coordinate representation of color #0BE4B3: hue angle of 166.45º 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 #0BE4B3 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 179 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.11 |
| HSL | 166.45º | 0.91% | 0.47% | - |
| HSV(B) | 166.45º | 0.95% | 0.89% | - |
| XYZ | 36.02 | 58.81 | 52.1 | - |
| YUV | 157.53 | 140.11 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 179 | 0.95 | 0 | 0.21 | 0.11 | 166.45 | 0.91 | 0.47 |
| Hex | B | E4 | B3 | 5F | 0 | 15 | B | A6 | 5B | 2F |
| Octal | 13 | 344 | 263 | 137 | 0 | 25 | 13 | 246 | 133 | 57 |
| Binary | 1011 | 11100100 | 10110011 | 1011111 | 0 | 10101 | 1011 | 10100110 | 1011011 | 101111 |
Color Harmonies of #0BE4B3
Complementary color
Monochromatic Colors of #0BE4B3
Black with #0BE4B3
Text Example
Text Example
White with #0BE4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE4B3; }
p { color: rgb(11,228,179); }
H1.HeaderClassName
{
color: #0BE4B3;
}
.AnyTagClassName
{
color: #0BE4B3;
}
</style>
background-color css
<style>
a { background-color: #0BE4B3; }
a { background-color: rgb(11,228,179); }
div.DivClassName
{
background-color: #0BE4B3;
}
.BgClassName
{
background-color: #0BE4B3;
}
</style>
border-color css
<style>
span { border-color: #0BE4B3; }
span { border-color: rgb(11,228,179); }
td.TdClassName
{
border-color: #0BE4B3;
}
.TagClassName
{
border-color: #0BE4B3;
}
</style>