Shades of Caribbean Green #0BE0AF
Tints of Caribbean Green #0BE0AF
RGB
CMYK
RGB Variations
Color information
#0BE0AF (or 0x0BE0AF) is known color: Caribbean Green. HEX triplet: 0B, E0 and AF. RGB value is (11,224,175). Sum of RGB (Red+Green+Blue) = 11+224+175=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE0AF is #F41F50. Grayscale: #9A9A9A. Windows color (decimal): -15998801 or 11526155. OLE color: 11526155.
HSL color Cylindrical-coordinate representation of color #0BE0AF: hue angle of 166.2º 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 #0BE0AF is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 175 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.12 |
| HSL | 166.2º | 0.91% | 0.46% | - |
| HSV(B) | 166.2º | 0.95% | 0.88% | - |
| XYZ | 34.53 | 56.48 | 49.64 | - |
| YUV | 154.73 | 139.43 | 25.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 175 | 0.95 | 0 | 0.22 | 0.12 | 166.2 | 0.91 | 0.46 |
| Hex | B | E0 | AF | 5F | 0 | 16 | C | A6 | 5B | 2E |
| Octal | 13 | 340 | 257 | 137 | 0 | 26 | 14 | 246 | 133 | 56 |
| Binary | 1011 | 11100000 | 10101111 | 1011111 | 0 | 10110 | 1100 | 10100110 | 1011011 | 101110 |
Color Harmonies of #0BE0AF
Complementary color
Monochromatic Colors of #0BE0AF
Black with #0BE0AF
Text Example
Text Example
White with #0BE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0AF; }
p { color: rgb(11,224,175); }
H1.HeaderClassName
{
color: #0BE0AF;
}
.AnyTagClassName
{
color: #0BE0AF;
}
</style>
background-color css
<style>
a { background-color: #0BE0AF; }
a { background-color: rgb(11,224,175); }
div.DivClassName
{
background-color: #0BE0AF;
}
.BgClassName
{
background-color: #0BE0AF;
}
</style>
border-color css
<style>
span { border-color: #0BE0AF; }
span { border-color: rgb(11,224,175); }
td.TdClassName
{
border-color: #0BE0AF;
}
.TagClassName
{
border-color: #0BE0AF;
}
</style>