Shades of Caribbean Green #0BD690
Tints of Caribbean Green #0BD690
RGB
CMYK
RGB Variations
Color information
#0BD690 (or 0x0BD690) is known color: Caribbean Green. HEX triplet: 0B, D6 and 90. RGB value is (11,214,144). Sum of RGB (Red+Green+Blue) = 11+214+144=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD690 is #F4296F. Grayscale: #919191. Windows color (decimal): -16001392 or 9491979. OLE color: 9491979.
HSL color Cylindrical-coordinate representation of color #0BD690: hue angle of 159.31º 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 #0BD690 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 144 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.16 |
| HSL | 159.31º | 0.9% | 0.44% | - |
| HSV(B) | 159.31º | 0.95% | 0.84% | - |
| XYZ | 29.22 | 50.18 | 34.53 | - |
| YUV | 145.32 | 127.25 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 144 | 0.95 | 0 | 0.33 | 0.16 | 159.31 | 0.9 | 0.44 |
| Hex | B | D6 | 90 | 5F | 0 | 21 | 10 | 9F | 5A | 2C |
| Octal | 13 | 326 | 220 | 137 | 0 | 41 | 20 | 237 | 132 | 54 |
| Binary | 1011 | 11010110 | 10010000 | 1011111 | 0 | 100001 | 10000 | 10011111 | 1011010 | 101100 |
Color Harmonies of #0BD690
Complementary color
Monochromatic Colors of #0BD690
Black with #0BD690
Text Example
Text Example
White with #0BD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD690; }
p { color: rgb(11,214,144); }
H1.HeaderClassName
{
color: #0BD690;
}
.AnyTagClassName
{
color: #0BD690;
}
</style>
background-color css
<style>
a { background-color: #0BD690; }
a { background-color: rgb(11,214,144); }
div.DivClassName
{
background-color: #0BD690;
}
.BgClassName
{
background-color: #0BD690;
}
</style>
border-color css
<style>
span { border-color: #0BD690; }
span { border-color: rgb(11,214,144); }
td.TdClassName
{
border-color: #0BD690;
}
.TagClassName
{
border-color: #0BD690;
}
</style>