Shades of Caribbean Green #0BBDA3
Tints of Caribbean Green #0BBDA3
RGB
CMYK
RGB Variations
Color information
#0BBDA3 (or 0x0BBDA3) is known color: Caribbean Green. HEX triplet: 0B, BD and A3. RGB value is (11,189,163). Sum of RGB (Red+Green+Blue) = 11+189+163=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDA3 is #F4425C. Grayscale: #848484. Windows color (decimal): -16007773 or 10730763. OLE color: 10730763.
HSL color Cylindrical-coordinate representation of color #0BBDA3: hue angle of 171.24º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBDA3 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 163 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.26 |
| HSL | 171.24º | 0.89% | 0.39% | - |
| HSV(B) | 171.24º | 0.94% | 0.74% | - |
| XYZ | 24.95 | 39.11 | 40.88 | - |
| YUV | 132.81 | 145.03 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 163 | 0.94 | 0 | 0.14 | 0.26 | 171.24 | 0.89 | 0.39 |
| Hex | B | BD | A3 | 5E | 0 | E | 1A | AB | 59 | 27 |
| Octal | 13 | 275 | 243 | 136 | 0 | 16 | 32 | 253 | 131 | 47 |
| Binary | 1011 | 10111101 | 10100011 | 1011110 | 0 | 1110 | 11010 | 10101011 | 1011001 | 100111 |
Color Harmonies of #0BBDA3
Complementary color
Monochromatic Colors of #0BBDA3
Black with #0BBDA3
Text Example
Text Example
White with #0BBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDA3; }
p { color: rgb(11,189,163); }
H1.HeaderClassName
{
color: #0BBDA3;
}
.AnyTagClassName
{
color: #0BBDA3;
}
</style>
background-color css
<style>
a { background-color: #0BBDA3; }
a { background-color: rgb(11,189,163); }
div.DivClassName
{
background-color: #0BBDA3;
}
.BgClassName
{
background-color: #0BBDA3;
}
</style>
border-color css
<style>
span { border-color: #0BBDA3; }
span { border-color: rgb(11,189,163); }
td.TdClassName
{
border-color: #0BBDA3;
}
.TagClassName
{
border-color: #0BBDA3;
}
</style>