Shades of Caribbean Green #0BC98F
Tints of Caribbean Green #0BC98F
RGB
CMYK
RGB Variations
Color information
#0BC98F (or 0x0BC98F) is known color: Caribbean Green. HEX triplet: 0B, C9 and 8F. RGB value is (11,201,143). Sum of RGB (Red+Green+Blue) = 11+201+143=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC98F is #F43670. Grayscale: #898989. Windows color (decimal): -16004721 or 9423115. OLE color: 9423115.
HSL color Cylindrical-coordinate representation of color #0BC98F: hue angle of 161.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC98F is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 143 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.21 |
| HSL | 161.68º | 0.9% | 0.42% | - |
| HSV(B) | 161.68º | 0.95% | 0.79% | - |
| XYZ | 25.98 | 43.83 | 33.08 | - |
| YUV | 137.58 | 131.05 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 143 | 0.95 | 0 | 0.29 | 0.21 | 161.68 | 0.9 | 0.42 |
| Hex | B | C9 | 8F | 5F | 0 | 1D | 15 | A2 | 5A | 2A |
| Octal | 13 | 311 | 217 | 137 | 0 | 35 | 25 | 242 | 132 | 52 |
| Binary | 1011 | 11001001 | 10001111 | 1011111 | 0 | 11101 | 10101 | 10100010 | 1011010 | 101010 |
Color Harmonies of #0BC98F
Complementary color
Monochromatic Colors of #0BC98F
Black with #0BC98F
Text Example
Text Example
White with #0BC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC98F; }
p { color: rgb(11,201,143); }
H1.HeaderClassName
{
color: #0BC98F;
}
.AnyTagClassName
{
color: #0BC98F;
}
</style>
background-color css
<style>
a { background-color: #0BC98F; }
a { background-color: rgb(11,201,143); }
div.DivClassName
{
background-color: #0BC98F;
}
.BgClassName
{
background-color: #0BC98F;
}
</style>
border-color css
<style>
span { border-color: #0BC98F; }
span { border-color: rgb(11,201,143); }
td.TdClassName
{
border-color: #0BC98F;
}
.TagClassName
{
border-color: #0BC98F;
}
</style>