Shades of Caribbean Green #0FBC9B
Tints of Caribbean Green #0FBC9B
RGB
CMYK
RGB Variations
Color information
#0FBC9B (or 0x0FBC9B) is known color: Caribbean Green. HEX triplet: 0F, BC and 9B. RGB value is (15,188,155). Sum of RGB (Red+Green+Blue) = 15+188+155=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC9B is #F04364. Grayscale: #848484. Windows color (decimal): -15745893 or 10206223. OLE color: 10206223.
HSL color Cylindrical-coordinate representation of color #0FBC9B: hue angle of 168.55º 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 #0FBC9B is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 155 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.26 |
| HSL | 168.55º | 0.85% | 0.4% | - |
| HSV(B) | 168.55º | 0.92% | 0.74% | - |
| XYZ | 24.1 | 38.43 | 37.16 | - |
| YUV | 132.51 | 140.69 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 155 | 0.92 | 0 | 0.18 | 0.26 | 168.55 | 0.85 | 0.4 |
| Hex | F | BC | 9B | 5C | 0 | 12 | 1A | A9 | 55 | 28 |
| Octal | 17 | 274 | 233 | 134 | 0 | 22 | 32 | 251 | 125 | 50 |
| Binary | 1111 | 10111100 | 10011011 | 1011100 | 0 | 10010 | 11010 | 10101001 | 1010101 | 101000 |
Color Harmonies of #0FBC9B
Complementary color
Monochromatic Colors of #0FBC9B
Black with #0FBC9B
Text Example
Text Example
White with #0FBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC9B; }
p { color: rgb(15,188,155); }
H1.HeaderClassName
{
color: #0FBC9B;
}
.AnyTagClassName
{
color: #0FBC9B;
}
</style>
background-color css
<style>
a { background-color: #0FBC9B; }
a { background-color: rgb(15,188,155); }
div.DivClassName
{
background-color: #0FBC9B;
}
.BgClassName
{
background-color: #0FBC9B;
}
</style>
border-color css
<style>
span { border-color: #0FBC9B; }
span { border-color: rgb(15,188,155); }
td.TdClassName
{
border-color: #0FBC9B;
}
.TagClassName
{
border-color: #0FBC9B;
}
</style>