Shades of Caribbean Green #0BCEAA
Tints of Caribbean Green #0BCEAA
RGB
CMYK
RGB Variations
Color information
#0BCEAA (or 0x0BCEAA) is known color: Caribbean Green. HEX triplet: 0B, CE and AA. RGB value is (11,206,170). Sum of RGB (Red+Green+Blue) = 11+206+170=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEAA is #F43155. Grayscale: #8F8F8F. Windows color (decimal): -16003414 or 11193867. OLE color: 11193867.
HSL color Cylindrical-coordinate representation of color #0BCEAA: hue angle of 168.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEAA is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 170 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.19 |
| HSL | 168.92º | 0.9% | 0.43% | - |
| HSV(B) | 168.92º | 0.95% | 0.81% | - |
| XYZ | 29.47 | 47.12 | 45.57 | - |
| YUV | 143.59 | 142.9 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 170 | 0.95 | 0 | 0.17 | 0.19 | 168.92 | 0.9 | 0.43 |
| Hex | B | CE | AA | 5F | 0 | 11 | 13 | A9 | 5A | 2B |
| Octal | 13 | 316 | 252 | 137 | 0 | 21 | 23 | 251 | 132 | 53 |
| Binary | 1011 | 11001110 | 10101010 | 1011111 | 0 | 10001 | 10011 | 10101001 | 1011010 | 101011 |
Color Harmonies of #0BCEAA
Complementary color
Monochromatic Colors of #0BCEAA
Black with #0BCEAA
Text Example
Text Example
White with #0BCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEAA; }
p { color: rgb(11,206,170); }
H1.HeaderClassName
{
color: #0BCEAA;
}
.AnyTagClassName
{
color: #0BCEAA;
}
</style>
background-color css
<style>
a { background-color: #0BCEAA; }
a { background-color: rgb(11,206,170); }
div.DivClassName
{
background-color: #0BCEAA;
}
.BgClassName
{
background-color: #0BCEAA;
}
</style>
border-color css
<style>
span { border-color: #0BCEAA; }
span { border-color: rgb(11,206,170); }
td.TdClassName
{
border-color: #0BCEAA;
}
.TagClassName
{
border-color: #0BCEAA;
}
</style>