Shades of Caribbean Green #0BDEAB
Tints of Caribbean Green #0BDEAB
RGB
CMYK
RGB Variations
Color information
#0BDEAB (or 0x0BDEAB) is known color: Caribbean Green. HEX triplet: 0B, DE and AB. RGB value is (11,222,171). Sum of RGB (Red+Green+Blue) = 11+222+171=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDEAB is #F42154. Grayscale: #999999. Windows color (decimal): -15999317 or 11263499. OLE color: 11263499.
HSL color Cylindrical-coordinate representation of color #0BDEAB: hue angle of 165.5º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDEAB is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 171 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.13 |
| HSL | 165.5º | 0.91% | 0.46% | - |
| HSV(B) | 165.5º | 0.95% | 0.87% | - |
| XYZ | 33.61 | 55.25 | 47.42 | - |
| YUV | 153.1 | 138.1 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 171 | 0.95 | 0 | 0.23 | 0.13 | 165.5 | 0.91 | 0.46 |
| Hex | B | DE | AB | 5F | 0 | 17 | D | A5 | 5B | 2E |
| Octal | 13 | 336 | 253 | 137 | 0 | 27 | 15 | 245 | 133 | 56 |
| Binary | 1011 | 11011110 | 10101011 | 1011111 | 0 | 10111 | 1101 | 10100101 | 1011011 | 101110 |
Color Harmonies of #0BDEAB
Complementary color
Monochromatic Colors of #0BDEAB
Black with #0BDEAB
Text Example
Text Example
White with #0BDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDEAB; }
p { color: rgb(11,222,171); }
H1.HeaderClassName
{
color: #0BDEAB;
}
.AnyTagClassName
{
color: #0BDEAB;
}
</style>
background-color css
<style>
a { background-color: #0BDEAB; }
a { background-color: rgb(11,222,171); }
div.DivClassName
{
background-color: #0BDEAB;
}
.BgClassName
{
background-color: #0BDEAB;
}
</style>
border-color css
<style>
span { border-color: #0BDEAB; }
span { border-color: rgb(11,222,171); }
td.TdClassName
{
border-color: #0BDEAB;
}
.TagClassName
{
border-color: #0BDEAB;
}
</style>