Shades of Caribbean Green #0FBC9A
Tints of Caribbean Green #0FBC9A
RGB
CMYK
RGB Variations
Color information
#0FBC9A (or 0x0FBC9A) is known color: Caribbean Green. HEX triplet: 0F, BC and 9A. RGB value is (15,188,154). Sum of RGB (Red+Green+Blue) = 15+188+154=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC9A is #F04365. Grayscale: #848484. Windows color (decimal): -15745894 or 10140687. OLE color: 10140687.
HSL color Cylindrical-coordinate representation of color #0FBC9A: hue angle of 168.21º 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 #0FBC9A is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 154 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.26 |
| HSL | 168.21º | 0.85% | 0.4% | - |
| HSV(B) | 168.21º | 0.92% | 0.74% | - |
| XYZ | 24.01 | 38.4 | 36.72 | - |
| YUV | 132.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 154 | 0.92 | 0 | 0.18 | 0.26 | 168.21 | 0.85 | 0.4 |
| Hex | F | BC | 9A | 5C | 0 | 12 | 1A | A8 | 55 | 28 |
| Octal | 17 | 274 | 232 | 134 | 0 | 22 | 32 | 250 | 125 | 50 |
| Binary | 1111 | 10111100 | 10011010 | 1011100 | 0 | 10010 | 11010 | 10101000 | 1010101 | 101000 |
Color Harmonies of #0FBC9A
Complementary color
Monochromatic Colors of #0FBC9A
Black with #0FBC9A
Text Example
Text Example
White with #0FBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC9A; }
p { color: rgb(15,188,154); }
H1.HeaderClassName
{
color: #0FBC9A;
}
.AnyTagClassName
{
color: #0FBC9A;
}
</style>
background-color css
<style>
a { background-color: #0FBC9A; }
a { background-color: rgb(15,188,154); }
div.DivClassName
{
background-color: #0FBC9A;
}
.BgClassName
{
background-color: #0FBC9A;
}
</style>
border-color css
<style>
span { border-color: #0FBC9A; }
span { border-color: rgb(15,188,154); }
td.TdClassName
{
border-color: #0FBC9A;
}
.TagClassName
{
border-color: #0FBC9A;
}
</style>