Shades of Caribbean Green #0BCB83
Tints of Caribbean Green #0BCB83
RGB
CMYK
RGB Variations
Color information
#0BCB83 (or 0x0BCB83) is known color: Caribbean Green. HEX triplet: 0B, CB and 83. RGB value is (11,203,131). Sum of RGB (Red+Green+Blue) = 11+203+131=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCB83 is #F4347C. Grayscale: #898989. Windows color (decimal): -16004221 or 8637195. OLE color: 8637195.
HSL color Cylindrical-coordinate representation of color #0BCB83: hue angle of 157.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB83 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 131 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.20 |
| HSL | 157.5º | 0.9% | 0.42% | - |
| HSV(B) | 157.5º | 0.95% | 0.8% | - |
| XYZ | 25.59 | 44.42 | 28.7 | - |
| YUV | 137.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 131 | 0.95 | 0 | 0.35 | 0.20 | 157.5 | 0.9 | 0.42 |
| Hex | B | CB | 83 | 5F | 0 | 23 | 14 | 9E | 5A | 2A |
| Octal | 13 | 313 | 203 | 137 | 0 | 43 | 24 | 236 | 132 | 52 |
| Binary | 1011 | 11001011 | 10000011 | 1011111 | 0 | 100011 | 10100 | 10011110 | 1011010 | 101010 |
Color Harmonies of #0BCB83
Complementary color
Monochromatic Colors of #0BCB83
Black with #0BCB83
Text Example
Text Example
White with #0BCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB83; }
p { color: rgb(11,203,131); }
H1.HeaderClassName
{
color: #0BCB83;
}
.AnyTagClassName
{
color: #0BCB83;
}
</style>
background-color css
<style>
a { background-color: #0BCB83; }
a { background-color: rgb(11,203,131); }
div.DivClassName
{
background-color: #0BCB83;
}
.BgClassName
{
background-color: #0BCB83;
}
</style>
border-color css
<style>
span { border-color: #0BCB83; }
span { border-color: rgb(11,203,131); }
td.TdClassName
{
border-color: #0BCB83;
}
.TagClassName
{
border-color: #0BCB83;
}
</style>