Shades of Caribbean Green #0BDCB2
Tints of Caribbean Green #0BDCB2
RGB
CMYK
RGB Variations
Color information
#0BDCB2 (or 0x0BDCB2) is known color: Caribbean Green. HEX triplet: 0B, DC and B2. RGB value is (11,220,178). Sum of RGB (Red+Green+Blue) = 11+220+178=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDCB2 is #F4234D. Grayscale: #989898. Windows color (decimal): -15999822 or 11721739. OLE color: 11721739.
HSL color Cylindrical-coordinate representation of color #0BDCB2: hue angle of 167.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDCB2 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 178 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.14 |
| HSL | 167.94º | 0.9% | 0.45% | - |
| HSV(B) | 167.94º | 0.95% | 0.86% | - |
| XYZ | 33.77 | 54.47 | 50.85 | - |
| YUV | 152.72 | 142.26 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 178 | 0.95 | 0 | 0.19 | 0.14 | 167.94 | 0.9 | 0.45 |
| Hex | B | DC | B2 | 5F | 0 | 13 | E | A8 | 5A | 2D |
| Octal | 13 | 334 | 262 | 137 | 0 | 23 | 16 | 250 | 132 | 55 |
| Binary | 1011 | 11011100 | 10110010 | 1011111 | 0 | 10011 | 1110 | 10101000 | 1011010 | 101101 |
Color Harmonies of #0BDCB2
Complementary color
Monochromatic Colors of #0BDCB2
Black with #0BDCB2
Text Example
Text Example
White with #0BDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCB2; }
p { color: rgb(11,220,178); }
H1.HeaderClassName
{
color: #0BDCB2;
}
.AnyTagClassName
{
color: #0BDCB2;
}
</style>
background-color css
<style>
a { background-color: #0BDCB2; }
a { background-color: rgb(11,220,178); }
div.DivClassName
{
background-color: #0BDCB2;
}
.BgClassName
{
background-color: #0BDCB2;
}
</style>
border-color css
<style>
span { border-color: #0BDCB2; }
span { border-color: rgb(11,220,178); }
td.TdClassName
{
border-color: #0BDCB2;
}
.TagClassName
{
border-color: #0BDCB2;
}
</style>