Shades of Caribbean Green #0BCD85
Tints of Caribbean Green #0BCD85
RGB
CMYK
RGB Variations
Color information
#0BCD85 (or 0x0BCD85) is known color: Caribbean Green. HEX triplet: 0B, CD and 85. RGB value is (11,205,133). Sum of RGB (Red+Green+Blue) = 11+205+133=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCD85 is #F4327A. Grayscale: #8A8A8A. Windows color (decimal): -16003707 or 8768779. OLE color: 8768779.
HSL color Cylindrical-coordinate representation of color #0BCD85: hue angle of 157.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 #0BCD85 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 133 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.20 |
| HSL | 157.73º | 0.9% | 0.42% | - |
| HSV(B) | 157.73º | 0.95% | 0.8% | - |
| XYZ | 26.2 | 45.43 | 29.58 | - |
| YUV | 138.79 | 124.73 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 133 | 0.95 | 0 | 0.35 | 0.20 | 157.73 | 0.9 | 0.42 |
| Hex | B | CD | 85 | 5F | 0 | 23 | 14 | 9E | 5A | 2A |
| Octal | 13 | 315 | 205 | 137 | 0 | 43 | 24 | 236 | 132 | 52 |
| Binary | 1011 | 11001101 | 10000101 | 1011111 | 0 | 100011 | 10100 | 10011110 | 1011010 | 101010 |
Color Harmonies of #0BCD85
Complementary color
Monochromatic Colors of #0BCD85
Black with #0BCD85
Text Example
Text Example
White with #0BCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD85; }
p { color: rgb(11,205,133); }
H1.HeaderClassName
{
color: #0BCD85;
}
.AnyTagClassName
{
color: #0BCD85;
}
</style>
background-color css
<style>
a { background-color: #0BCD85; }
a { background-color: rgb(11,205,133); }
div.DivClassName
{
background-color: #0BCD85;
}
.BgClassName
{
background-color: #0BCD85;
}
</style>
border-color css
<style>
span { border-color: #0BCD85; }
span { border-color: rgb(11,205,133); }
td.TdClassName
{
border-color: #0BCD85;
}
.TagClassName
{
border-color: #0BCD85;
}
</style>