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