Shades of Caribbean Green #0BC593
Tints of Caribbean Green #0BC593
RGB
CMYK
RGB Variations
Color information
#0BC593 (or 0x0BC593) is known color: Caribbean Green. HEX triplet: 0B, C5 and 93. RGB value is (11,197,147). Sum of RGB (Red+Green+Blue) = 11+197+147=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC593 is #F43A6C. Grayscale: #878787. Windows color (decimal): -16005741 or 9684235. OLE color: 9684235.
HSL color Cylindrical-coordinate representation of color #0BC593: hue angle of 163.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC593 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 147 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.23 |
| HSL | 163.87º | 0.89% | 0.41% | - |
| HSV(B) | 163.87º | 0.94% | 0.77% | - |
| XYZ | 25.37 | 42.11 | 34.39 | - |
| YUV | 135.69 | 134.38 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 147 | 0.94 | 0 | 0.25 | 0.23 | 163.87 | 0.89 | 0.41 |
| Hex | B | C5 | 93 | 5E | 0 | 19 | 17 | A4 | 59 | 29 |
| Octal | 13 | 305 | 223 | 136 | 0 | 31 | 27 | 244 | 131 | 51 |
| Binary | 1011 | 11000101 | 10010011 | 1011110 | 0 | 11001 | 10111 | 10100100 | 1011001 | 101001 |
Color Harmonies of #0BC593
Complementary color
Monochromatic Colors of #0BC593
Black with #0BC593
Text Example
Text Example
White with #0BC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC593; }
p { color: rgb(11,197,147); }
H1.HeaderClassName
{
color: #0BC593;
}
.AnyTagClassName
{
color: #0BC593;
}
</style>
background-color css
<style>
a { background-color: #0BC593; }
a { background-color: rgb(11,197,147); }
div.DivClassName
{
background-color: #0BC593;
}
.BgClassName
{
background-color: #0BC593;
}
</style>
border-color css
<style>
span { border-color: #0BC593; }
span { border-color: rgb(11,197,147); }
td.TdClassName
{
border-color: #0BC593;
}
.TagClassName
{
border-color: #0BC593;
}
</style>