Shades of Caribbean Green #0BE0B5
Tints of Caribbean Green #0BE0B5
RGB
CMYK
RGB Variations
Color information
#0BE0B5 (or 0x0BE0B5) is known color: Caribbean Green. HEX triplet: 0B, E0 and B5. RGB value is (11,224,181). Sum of RGB (Red+Green+Blue) = 11+224+181=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE0B5 is #F41F4A. Grayscale: #9B9B9B. Windows color (decimal): -15998795 or 11919371. OLE color: 11919371.
HSL color Cylindrical-coordinate representation of color #0BE0B5: hue angle of 167.89º 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 #0BE0B5 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 181 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.12 |
| HSL | 167.89º | 0.91% | 0.46% | - |
| HSV(B) | 167.89º | 0.95% | 0.88% | - |
| XYZ | 35.13 | 56.72 | 52.81 | - |
| YUV | 155.41 | 142.43 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 181 | 0.95 | 0 | 0.19 | 0.12 | 167.89 | 0.91 | 0.46 |
| Hex | B | E0 | B5 | 5F | 0 | 13 | C | A8 | 5B | 2E |
| Octal | 13 | 340 | 265 | 137 | 0 | 23 | 14 | 250 | 133 | 56 |
| Binary | 1011 | 11100000 | 10110101 | 1011111 | 0 | 10011 | 1100 | 10101000 | 1011011 | 101110 |
Color Harmonies of #0BE0B5
Complementary color
Monochromatic Colors of #0BE0B5
Black with #0BE0B5
Text Example
Text Example
White with #0BE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0B5; }
p { color: rgb(11,224,181); }
H1.HeaderClassName
{
color: #0BE0B5;
}
.AnyTagClassName
{
color: #0BE0B5;
}
</style>
background-color css
<style>
a { background-color: #0BE0B5; }
a { background-color: rgb(11,224,181); }
div.DivClassName
{
background-color: #0BE0B5;
}
.BgClassName
{
background-color: #0BE0B5;
}
</style>
border-color css
<style>
span { border-color: #0BE0B5; }
span { border-color: rgb(11,224,181); }
td.TdClassName
{
border-color: #0BE0B5;
}
.TagClassName
{
border-color: #0BE0B5;
}
</style>