Shades of Caribbean Green #0BD18B
Tints of Caribbean Green #0BD18B
RGB
CMYK
RGB Variations
Color information
#0BD18B (or 0x0BD18B) is known color: Caribbean Green. HEX triplet: 0B, D1 and 8B. RGB value is (11,209,139). Sum of RGB (Red+Green+Blue) = 11+209+139=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD18B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD18B is #F42E74. Grayscale: #8D8D8D. Windows color (decimal): -16002677 or 9163019. OLE color: 9163019.
HSL color Cylindrical-coordinate representation of color #0BD18B: hue angle of 158.79º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD18B is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 139 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.18 |
| HSL | 158.79º | 0.9% | 0.43% | - |
| HSV(B) | 158.79º | 0.95% | 0.82% | - |
| XYZ | 27.6 | 47.54 | 32.15 | - |
| YUV | 141.82 | 126.4 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 139 | 0.95 | 0 | 0.33 | 0.18 | 158.79 | 0.9 | 0.43 |
| Hex | B | D1 | 8B | 5F | 0 | 21 | 12 | 9F | 5A | 2B |
| Octal | 13 | 321 | 213 | 137 | 0 | 41 | 22 | 237 | 132 | 53 |
| Binary | 1011 | 11010001 | 10001011 | 1011111 | 0 | 100001 | 10010 | 10011111 | 1011010 | 101011 |
Color Harmonies of #0BD18B
Complementary color
Monochromatic Colors of #0BD18B
Black with #0BD18B
Text Example
Text Example
White with #0BD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD18B; }
p { color: rgb(11,209,139); }
H1.HeaderClassName
{
color: #0BD18B;
}
.AnyTagClassName
{
color: #0BD18B;
}
</style>
background-color css
<style>
a { background-color: #0BD18B; }
a { background-color: rgb(11,209,139); }
div.DivClassName
{
background-color: #0BD18B;
}
.BgClassName
{
background-color: #0BD18B;
}
</style>
border-color css
<style>
span { border-color: #0BD18B; }
span { border-color: rgb(11,209,139); }
td.TdClassName
{
border-color: #0BD18B;
}
.TagClassName
{
border-color: #0BD18B;
}
</style>