Shades of Caribbean Green #0BDEA1
Tints of Caribbean Green #0BDEA1
RGB
CMYK
RGB Variations
Color information
#0BDEA1 (or 0x0BDEA1) is known color: Caribbean Green. HEX triplet: 0B, DE and A1. RGB value is (11,222,161). Sum of RGB (Red+Green+Blue) = 11+222+161=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDEA1 is #F4215E. Grayscale: #979797. Windows color (decimal): -15999327 or 10608139. OLE color: 10608139.
HSL color Cylindrical-coordinate representation of color #0BDEA1: hue angle of 162.65º 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 #0BDEA1 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 161 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.13 |
| HSL | 162.65º | 0.91% | 0.46% | - |
| HSV(B) | 162.65º | 0.95% | 0.87% | - |
| XYZ | 32.69 | 54.89 | 42.59 | - |
| YUV | 151.96 | 133.1 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 161 | 0.95 | 0 | 0.27 | 0.13 | 162.65 | 0.91 | 0.46 |
| Hex | B | DE | A1 | 5F | 0 | 1B | D | A3 | 5B | 2E |
| Octal | 13 | 336 | 241 | 137 | 0 | 33 | 15 | 243 | 133 | 56 |
| Binary | 1011 | 11011110 | 10100001 | 1011111 | 0 | 11011 | 1101 | 10100011 | 1011011 | 101110 |
Color Harmonies of #0BDEA1
Complementary color
Monochromatic Colors of #0BDEA1
Black with #0BDEA1
Text Example
Text Example
White with #0BDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDEA1; }
p { color: rgb(11,222,161); }
H1.HeaderClassName
{
color: #0BDEA1;
}
.AnyTagClassName
{
color: #0BDEA1;
}
</style>
background-color css
<style>
a { background-color: #0BDEA1; }
a { background-color: rgb(11,222,161); }
div.DivClassName
{
background-color: #0BDEA1;
}
.BgClassName
{
background-color: #0BDEA1;
}
</style>
border-color css
<style>
span { border-color: #0BDEA1; }
span { border-color: rgb(11,222,161); }
td.TdClassName
{
border-color: #0BDEA1;
}
.TagClassName
{
border-color: #0BDEA1;
}
</style>