Shades of Caribbean Green #0BD398
Tints of Caribbean Green #0BD398
RGB
CMYK
RGB Variations
Color information
#0BD398 (or 0x0BD398) is known color: Caribbean Green. HEX triplet: 0B, D3 and 98. RGB value is (11,211,152). Sum of RGB (Red+Green+Blue) = 11+211+152=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD398 is #F42C67. Grayscale: #909090. Windows color (decimal): -16002152 or 10015499. OLE color: 10015499.
HSL color Cylindrical-coordinate representation of color #0BD398: hue angle of 162.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD398 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 152 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.17 |
| HSL | 162.3º | 0.9% | 0.44% | - |
| HSV(B) | 162.3º | 0.95% | 0.83% | - |
| XYZ | 29.1 | 48.93 | 37.62 | - |
| YUV | 144.47 | 132.24 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 152 | 0.95 | 0 | 0.28 | 0.17 | 162.3 | 0.9 | 0.44 |
| Hex | B | D3 | 98 | 5F | 0 | 1C | 11 | A2 | 5A | 2C |
| Octal | 13 | 323 | 230 | 137 | 0 | 34 | 21 | 242 | 132 | 54 |
| Binary | 1011 | 11010011 | 10011000 | 1011111 | 0 | 11100 | 10001 | 10100010 | 1011010 | 101100 |
Color Harmonies of #0BD398
Complementary color
Monochromatic Colors of #0BD398
Black with #0BD398
Text Example
Text Example
White with #0BD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD398; }
p { color: rgb(11,211,152); }
H1.HeaderClassName
{
color: #0BD398;
}
.AnyTagClassName
{
color: #0BD398;
}
</style>
background-color css
<style>
a { background-color: #0BD398; }
a { background-color: rgb(11,211,152); }
div.DivClassName
{
background-color: #0BD398;
}
.BgClassName
{
background-color: #0BD398;
}
</style>
border-color css
<style>
span { border-color: #0BD398; }
span { border-color: rgb(11,211,152); }
td.TdClassName
{
border-color: #0BD398;
}
.TagClassName
{
border-color: #0BD398;
}
</style>