Shades of Caribbean Green #0BD68F
Tints of Caribbean Green #0BD68F
RGB
CMYK
RGB Variations
Color information
#0BD68F (or 0x0BD68F) is known color: Caribbean Green. HEX triplet: 0B, D6 and 8F. RGB value is (11,214,143). Sum of RGB (Red+Green+Blue) = 11+214+143=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD68F is #F42970. Grayscale: #919191. Windows color (decimal): -16001393 or 9426443. OLE color: 9426443.
HSL color Cylindrical-coordinate representation of color #0BD68F: hue angle of 159.01º 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 #0BD68F is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 143 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.16 |
| HSL | 159.01º | 0.9% | 0.44% | - |
| HSV(B) | 159.01º | 0.95% | 0.84% | - |
| XYZ | 29.14 | 50.15 | 34.13 | - |
| YUV | 145.21 | 126.75 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 143 | 0.95 | 0 | 0.33 | 0.16 | 159.01 | 0.9 | 0.44 |
| Hex | B | D6 | 8F | 5F | 0 | 21 | 10 | 9F | 5A | 2C |
| Octal | 13 | 326 | 217 | 137 | 0 | 41 | 20 | 237 | 132 | 54 |
| Binary | 1011 | 11010110 | 10001111 | 1011111 | 0 | 100001 | 10000 | 10011111 | 1011010 | 101100 |
Color Harmonies of #0BD68F
Complementary color
Monochromatic Colors of #0BD68F
Black with #0BD68F
Text Example
Text Example
White with #0BD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD68F; }
p { color: rgb(11,214,143); }
H1.HeaderClassName
{
color: #0BD68F;
}
.AnyTagClassName
{
color: #0BD68F;
}
</style>
background-color css
<style>
a { background-color: #0BD68F; }
a { background-color: rgb(11,214,143); }
div.DivClassName
{
background-color: #0BD68F;
}
.BgClassName
{
background-color: #0BD68F;
}
</style>
border-color css
<style>
span { border-color: #0BD68F; }
span { border-color: rgb(11,214,143); }
td.TdClassName
{
border-color: #0BD68F;
}
.TagClassName
{
border-color: #0BD68F;
}
</style>