Shades of Caribbean Green #0BCC8F
Tints of Caribbean Green #0BCC8F
RGB
CMYK
RGB Variations
Color information
#0BCC8F (or 0x0BCC8F) is known color: Caribbean Green. HEX triplet: 0B, CC and 8F. RGB value is (11,204,143). Sum of RGB (Red+Green+Blue) = 11+204+143=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCC8F is #F43370. Grayscale: #8B8B8B. Windows color (decimal): -16003953 or 9423883. OLE color: 9423883.
HSL color Cylindrical-coordinate representation of color #0BCC8F: hue angle of 161.04º 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 #0BCC8F is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 204 | 143 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.2 |
| HSL | 161.04º | 0.9% | 0.42% | - |
| HSV(B) | 161.04º | 0.95% | 0.8% | - |
| XYZ | 26.69 | 45.24 | 33.31 | - |
| YUV | 139.34 | 130.06 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 143 | 0.95 | 0 | 0.30 | 0.2 | 161.04 | 0.9 | 0.42 |
| Hex | B | CC | 8F | 5F | 0 | 1E | 14 | A1 | 5A | 2A |
| Octal | 13 | 314 | 217 | 137 | 0 | 36 | 24 | 241 | 132 | 52 |
| Binary | 1011 | 11001100 | 10001111 | 1011111 | 0 | 11110 | 10100 | 10100001 | 1011010 | 101010 |
Color Harmonies of #0BCC8F
Complementary color
Monochromatic Colors of #0BCC8F
Black with #0BCC8F
Text Example
Text Example
White with #0BCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCC8F; }
p { color: rgb(11,204,143); }
H1.HeaderClassName
{
color: #0BCC8F;
}
.AnyTagClassName
{
color: #0BCC8F;
}
</style>
background-color css
<style>
a { background-color: #0BCC8F; }
a { background-color: rgb(11,204,143); }
div.DivClassName
{
background-color: #0BCC8F;
}
.BgClassName
{
background-color: #0BCC8F;
}
</style>
border-color css
<style>
span { border-color: #0BCC8F; }
span { border-color: rgb(11,204,143); }
td.TdClassName
{
border-color: #0BCC8F;
}
.TagClassName
{
border-color: #0BCC8F;
}
</style>