Shades of Caribbean Green #0BD684
Tints of Caribbean Green #0BD684
RGB
CMYK
RGB Variations
Color information
#0BD684 (or 0x0BD684) is known color: Caribbean Green. HEX triplet: 0B, D6 and 84. RGB value is (11,214,132). Sum of RGB (Red+Green+Blue) = 11+214+132=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD684 is #F4297B. Grayscale: #909090. Windows color (decimal): -16001404 or 8705547. OLE color: 8705547.
HSL color Cylindrical-coordinate representation of color #0BD684: hue angle of 155.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD684 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 132 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.16 |
| HSL | 155.76º | 0.9% | 0.44% | - |
| HSV(B) | 155.76º | 0.95% | 0.84% | - |
| XYZ | 28.35 | 49.83 | 29.95 | - |
| YUV | 143.96 | 121.25 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 132 | 0.95 | 0 | 0.38 | 0.16 | 155.76 | 0.9 | 0.44 |
| Hex | B | D6 | 84 | 5F | 0 | 26 | 10 | 9C | 5A | 2C |
| Octal | 13 | 326 | 204 | 137 | 0 | 46 | 20 | 234 | 132 | 54 |
| Binary | 1011 | 11010110 | 10000100 | 1011111 | 0 | 100110 | 10000 | 10011100 | 1011010 | 101100 |
Color Harmonies of #0BD684
Complementary color
Monochromatic Colors of #0BD684
Black with #0BD684
Text Example
Text Example
White with #0BD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD684; }
p { color: rgb(11,214,132); }
H1.HeaderClassName
{
color: #0BD684;
}
.AnyTagClassName
{
color: #0BD684;
}
</style>
background-color css
<style>
a { background-color: #0BD684; }
a { background-color: rgb(11,214,132); }
div.DivClassName
{
background-color: #0BD684;
}
.BgClassName
{
background-color: #0BD684;
}
</style>
border-color css
<style>
span { border-color: #0BD684; }
span { border-color: rgb(11,214,132); }
td.TdClassName
{
border-color: #0BD684;
}
.TagClassName
{
border-color: #0BD684;
}
</style>