Shades of Caribbean Green #0FBC99
Tints of Caribbean Green #0FBC99
RGB
CMYK
RGB Variations
Color information
#0FBC99 (or 0x0FBC99) is known color: Caribbean Green. HEX triplet: 0F, BC and 99. RGB value is (15,188,153). Sum of RGB (Red+Green+Blue) = 15+188+153=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC99 is #F04366. Grayscale: #848484. Windows color (decimal): -15745895 or 10075151. OLE color: 10075151.
HSL color Cylindrical-coordinate representation of color #0FBC99: hue angle of 167.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC99 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 153 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.26 |
| HSL | 167.86º | 0.85% | 0.4% | - |
| HSV(B) | 167.86º | 0.92% | 0.74% | - |
| XYZ | 23.93 | 38.37 | 36.28 | - |
| YUV | 132.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 153 | 0.92 | 0 | 0.19 | 0.26 | 167.86 | 0.85 | 0.4 |
| Hex | F | BC | 99 | 5C | 0 | 13 | 1A | A8 | 55 | 28 |
| Octal | 17 | 274 | 231 | 134 | 0 | 23 | 32 | 250 | 125 | 50 |
| Binary | 1111 | 10111100 | 10011001 | 1011100 | 0 | 10011 | 11010 | 10101000 | 1010101 | 101000 |
Color Harmonies of #0FBC99
Complementary color
Monochromatic Colors of #0FBC99
Black with #0FBC99
Text Example
Text Example
White with #0FBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC99; }
p { color: rgb(15,188,153); }
H1.HeaderClassName
{
color: #0FBC99;
}
.AnyTagClassName
{
color: #0FBC99;
}
</style>
background-color css
<style>
a { background-color: #0FBC99; }
a { background-color: rgb(15,188,153); }
div.DivClassName
{
background-color: #0FBC99;
}
.BgClassName
{
background-color: #0FBC99;
}
</style>
border-color css
<style>
span { border-color: #0FBC99; }
span { border-color: rgb(15,188,153); }
td.TdClassName
{
border-color: #0FBC99;
}
.TagClassName
{
border-color: #0FBC99;
}
</style>