Shades of Caribbean Green #0BD583
Tints of Caribbean Green #0BD583
RGB
CMYK
RGB Variations
Color information
#0BD583 (or 0x0BD583) is known color: Caribbean Green. HEX triplet: 0B, D5 and 83. RGB value is (11,213,131). Sum of RGB (Red+Green+Blue) = 11+213+131=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD583 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD583 is #F42A7C. Grayscale: #8F8F8F. Windows color (decimal): -16001661 or 8639755. OLE color: 8639755.
HSL color Cylindrical-coordinate representation of color #0BD583: hue angle of 155.64º 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 #0BD583 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 131 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.16 |
| HSL | 155.64º | 0.9% | 0.44% | - |
| HSV(B) | 155.64º | 0.95% | 0.84% | - |
| XYZ | 28.03 | 49.3 | 29.51 | - |
| YUV | 143.25 | 121.08 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 131 | 0.95 | 0 | 0.38 | 0.16 | 155.64 | 0.9 | 0.44 |
| Hex | B | D5 | 83 | 5F | 0 | 26 | 10 | 9C | 5A | 2C |
| Octal | 13 | 325 | 203 | 137 | 0 | 46 | 20 | 234 | 132 | 54 |
| Binary | 1011 | 11010101 | 10000011 | 1011111 | 0 | 100110 | 10000 | 10011100 | 1011010 | 101100 |
Color Harmonies of #0BD583
Complementary color
Monochromatic Colors of #0BD583
Black with #0BD583
Text Example
Text Example
White with #0BD583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD583; }
p { color: rgb(11,213,131); }
H1.HeaderClassName
{
color: #0BD583;
}
.AnyTagClassName
{
color: #0BD583;
}
</style>
background-color css
<style>
a { background-color: #0BD583; }
a { background-color: rgb(11,213,131); }
div.DivClassName
{
background-color: #0BD583;
}
.BgClassName
{
background-color: #0BD583;
}
</style>
border-color css
<style>
span { border-color: #0BD583; }
span { border-color: rgb(11,213,131); }
td.TdClassName
{
border-color: #0BD583;
}
.TagClassName
{
border-color: #0BD583;
}
</style>