Shades of Caribbean Green #0BD68D
Tints of Caribbean Green #0BD68D
RGB
CMYK
RGB Variations
Color information
#0BD68D (or 0x0BD68D) is known color: Caribbean Green. HEX triplet: 0B, D6 and 8D. RGB value is (11,214,141). Sum of RGB (Red+Green+Blue) = 11+214+141=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD68D is #F42972. Grayscale: #919191. Windows color (decimal): -16001395 or 9295371. OLE color: 9295371.
HSL color Cylindrical-coordinate representation of color #0BD68D: hue angle of 158.42º 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 #0BD68D is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 141 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.16 |
| HSL | 158.42º | 0.9% | 0.44% | - |
| HSV(B) | 158.42º | 0.95% | 0.84% | - |
| XYZ | 28.99 | 50.09 | 33.34 | - |
| YUV | 144.98 | 125.75 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 141 | 0.95 | 0 | 0.34 | 0.16 | 158.42 | 0.9 | 0.44 |
| Hex | B | D6 | 8D | 5F | 0 | 22 | 10 | 9E | 5A | 2C |
| Octal | 13 | 326 | 215 | 137 | 0 | 42 | 20 | 236 | 132 | 54 |
| Binary | 1011 | 11010110 | 10001101 | 1011111 | 0 | 100010 | 10000 | 10011110 | 1011010 | 101100 |
Color Harmonies of #0BD68D
Complementary color
Monochromatic Colors of #0BD68D
Black with #0BD68D
Text Example
Text Example
White with #0BD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD68D; }
p { color: rgb(11,214,141); }
H1.HeaderClassName
{
color: #0BD68D;
}
.AnyTagClassName
{
color: #0BD68D;
}
</style>
background-color css
<style>
a { background-color: #0BD68D; }
a { background-color: rgb(11,214,141); }
div.DivClassName
{
background-color: #0BD68D;
}
.BgClassName
{
background-color: #0BD68D;
}
</style>
border-color css
<style>
span { border-color: #0BD68D; }
span { border-color: rgb(11,214,141); }
td.TdClassName
{
border-color: #0BD68D;
}
.TagClassName
{
border-color: #0BD68D;
}
</style>