Shades of Caribbean Green #0BDF8B
Tints of Caribbean Green #0BDF8B
RGB
CMYK
RGB Variations
Color information
#0BDF8B (or 0x0BDF8B) is known color: Caribbean Green. HEX triplet: 0B, DF and 8B. RGB value is (11,223,139). Sum of RGB (Red+Green+Blue) = 11+223+139=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDF8B is #F42074. Grayscale: #969696. Windows color (decimal): -15999093 or 9166603. OLE color: 9166603.
HSL color Cylindrical-coordinate representation of color #0BDF8B: hue angle of 156.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF8B is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 139 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.13 |
| HSL | 156.23º | 0.91% | 0.46% | - |
| HSV(B) | 156.23º | 0.95% | 0.87% | - |
| XYZ | 31.19 | 54.71 | 33.34 | - |
| YUV | 150.04 | 121.76 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 139 | 0.95 | 0 | 0.38 | 0.13 | 156.23 | 0.91 | 0.46 |
| Hex | B | DF | 8B | 5F | 0 | 26 | D | 9C | 5B | 2E |
| Octal | 13 | 337 | 213 | 137 | 0 | 46 | 15 | 234 | 133 | 56 |
| Binary | 1011 | 11011111 | 10001011 | 1011111 | 0 | 100110 | 1101 | 10011100 | 1011011 | 101110 |
Color Harmonies of #0BDF8B
Complementary color
Monochromatic Colors of #0BDF8B
Black with #0BDF8B
Text Example
Text Example
White with #0BDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF8B; }
p { color: rgb(11,223,139); }
H1.HeaderClassName
{
color: #0BDF8B;
}
.AnyTagClassName
{
color: #0BDF8B;
}
</style>
background-color css
<style>
a { background-color: #0BDF8B; }
a { background-color: rgb(11,223,139); }
div.DivClassName
{
background-color: #0BDF8B;
}
.BgClassName
{
background-color: #0BDF8B;
}
</style>
border-color css
<style>
span { border-color: #0BDF8B; }
span { border-color: rgb(11,223,139); }
td.TdClassName
{
border-color: #0BDF8B;
}
.TagClassName
{
border-color: #0BDF8B;
}
</style>