Shades of Caribbean Green #0BCD8F
Tints of Caribbean Green #0BCD8F
RGB
CMYK
RGB Variations
Color information
#0BCD8F (or 0x0BCD8F) is known color: Caribbean Green. HEX triplet: 0B, CD and 8F. RGB value is (11,205,143). Sum of RGB (Red+Green+Blue) = 11+205+143=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCD8F is #F43270. Grayscale: #8B8B8B. Windows color (decimal): -16003697 or 9424139. OLE color: 9424139.
HSL color Cylindrical-coordinate representation of color #0BCD8F: hue angle of 160.82º 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 #0BCD8F is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 143 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.20 |
| HSL | 160.82º | 0.9% | 0.42% | - |
| HSV(B) | 160.82º | 0.95% | 0.8% | - |
| XYZ | 26.93 | 45.72 | 33.39 | - |
| YUV | 139.93 | 129.73 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 143 | 0.95 | 0 | 0.30 | 0.20 | 160.82 | 0.9 | 0.42 |
| Hex | B | CD | 8F | 5F | 0 | 1E | 14 | A1 | 5A | 2A |
| Octal | 13 | 315 | 217 | 137 | 0 | 36 | 24 | 241 | 132 | 52 |
| Binary | 1011 | 11001101 | 10001111 | 1011111 | 0 | 11110 | 10100 | 10100001 | 1011010 | 101010 |
Color Harmonies of #0BCD8F
Complementary color
Monochromatic Colors of #0BCD8F
Black with #0BCD8F
Text Example
Text Example
White with #0BCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD8F; }
p { color: rgb(11,205,143); }
H1.HeaderClassName
{
color: #0BCD8F;
}
.AnyTagClassName
{
color: #0BCD8F;
}
</style>
background-color css
<style>
a { background-color: #0BCD8F; }
a { background-color: rgb(11,205,143); }
div.DivClassName
{
background-color: #0BCD8F;
}
.BgClassName
{
background-color: #0BCD8F;
}
</style>
border-color css
<style>
span { border-color: #0BCD8F; }
span { border-color: rgb(11,205,143); }
td.TdClassName
{
border-color: #0BCD8F;
}
.TagClassName
{
border-color: #0BCD8F;
}
</style>