Shades of Caribbean Green #0BCB98
Tints of Caribbean Green #0BCB98
RGB
CMYK
RGB Variations
Color information
#0BCB98 (or 0x0BCB98) is known color: Caribbean Green. HEX triplet: 0B, CB and 98. RGB value is (11,203,152). Sum of RGB (Red+Green+Blue) = 11+203+152=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCB98 is #F43467. Grayscale: #8B8B8B. Windows color (decimal): -16004200 or 10013451. OLE color: 10013451.
HSL color Cylindrical-coordinate representation of color #0BCB98: hue angle of 164.06º 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 #0BCB98 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 152 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.20 |
| HSL | 164.06º | 0.9% | 0.42% | - |
| HSV(B) | 164.06º | 0.95% | 0.8% | - |
| XYZ | 27.16 | 45.05 | 36.97 | - |
| YUV | 139.78 | 134.89 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 152 | 0.95 | 0 | 0.25 | 0.20 | 164.06 | 0.9 | 0.42 |
| Hex | B | CB | 98 | 5F | 0 | 19 | 14 | A4 | 5A | 2A |
| Octal | 13 | 313 | 230 | 137 | 0 | 31 | 24 | 244 | 132 | 52 |
| Binary | 1011 | 11001011 | 10011000 | 1011111 | 0 | 11001 | 10100 | 10100100 | 1011010 | 101010 |
Color Harmonies of #0BCB98
Complementary color
Monochromatic Colors of #0BCB98
Black with #0BCB98
Text Example
Text Example
White with #0BCB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB98; }
p { color: rgb(11,203,152); }
H1.HeaderClassName
{
color: #0BCB98;
}
.AnyTagClassName
{
color: #0BCB98;
}
</style>
background-color css
<style>
a { background-color: #0BCB98; }
a { background-color: rgb(11,203,152); }
div.DivClassName
{
background-color: #0BCB98;
}
.BgClassName
{
background-color: #0BCB98;
}
</style>
border-color css
<style>
span { border-color: #0BCB98; }
span { border-color: rgb(11,203,152); }
td.TdClassName
{
border-color: #0BCB98;
}
.TagClassName
{
border-color: #0BCB98;
}
</style>