Shades of Caribbean Green #0BD592
Tints of Caribbean Green #0BD592
RGB
CMYK
RGB Variations
Color information
#0BD592 (or 0x0BD592) is known color: Caribbean Green. HEX triplet: 0B, D5 and 92. RGB value is (11,213,146). Sum of RGB (Red+Green+Blue) = 11+213+146=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD592 is #F42A6D. Grayscale: #919191. Windows color (decimal): -16001646 or 9622795. OLE color: 9622795.
HSL color Cylindrical-coordinate representation of color #0BD592: hue angle of 160.1º 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 #0BD592 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 146 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.16 |
| HSL | 160.1º | 0.9% | 0.44% | - |
| HSV(B) | 160.1º | 0.95% | 0.84% | - |
| XYZ | 29.12 | 49.73 | 35.26 | - |
| YUV | 144.96 | 128.58 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 146 | 0.95 | 0 | 0.31 | 0.16 | 160.1 | 0.9 | 0.44 |
| Hex | B | D5 | 92 | 5F | 0 | 1F | 10 | A0 | 5A | 2C |
| Octal | 13 | 325 | 222 | 137 | 0 | 37 | 20 | 240 | 132 | 54 |
| Binary | 1011 | 11010101 | 10010010 | 1011111 | 0 | 11111 | 10000 | 10100000 | 1011010 | 101100 |
Color Harmonies of #0BD592
Complementary color
Monochromatic Colors of #0BD592
Black with #0BD592
Text Example
Text Example
White with #0BD592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD592; }
p { color: rgb(11,213,146); }
H1.HeaderClassName
{
color: #0BD592;
}
.AnyTagClassName
{
color: #0BD592;
}
</style>
background-color css
<style>
a { background-color: #0BD592; }
a { background-color: rgb(11,213,146); }
div.DivClassName
{
background-color: #0BD592;
}
.BgClassName
{
background-color: #0BD592;
}
</style>
border-color css
<style>
span { border-color: #0BD592; }
span { border-color: rgb(11,213,146); }
td.TdClassName
{
border-color: #0BD592;
}
.TagClassName
{
border-color: #0BD592;
}
</style>