Shades of Caribbean Green #0FBF9C
Tints of Caribbean Green #0FBF9C
RGB
CMYK
RGB Variations
Color information
#0FBF9C (or 0x0FBF9C) is known color: Caribbean Green. HEX triplet: 0F, BF and 9C. RGB value is (15,191,156). Sum of RGB (Red+Green+Blue) = 15+191+156=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF9C is #F04063. Grayscale: #868686. Windows color (decimal): -15745124 or 10272527. OLE color: 10272527.
HSL color Cylindrical-coordinate representation of color #0FBF9C: hue angle of 168.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF9C is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 156 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.25 |
| HSL | 168.07º | 0.85% | 0.4% | - |
| HSV(B) | 168.07º | 0.92% | 0.75% | - |
| XYZ | 24.83 | 39.76 | 37.82 | - |
| YUV | 134.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 156 | 0.92 | 0 | 0.18 | 0.25 | 168.07 | 0.85 | 0.4 |
| Hex | F | BF | 9C | 5C | 0 | 12 | 19 | A8 | 55 | 28 |
| Octal | 17 | 277 | 234 | 134 | 0 | 22 | 31 | 250 | 125 | 50 |
| Binary | 1111 | 10111111 | 10011100 | 1011100 | 0 | 10010 | 11001 | 10101000 | 1010101 | 101000 |
Color Harmonies of #0FBF9C
Complementary color
Monochromatic Colors of #0FBF9C
Black with #0FBF9C
Text Example
Text Example
White with #0FBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF9C; }
p { color: rgb(15,191,156); }
H1.HeaderClassName
{
color: #0FBF9C;
}
.AnyTagClassName
{
color: #0FBF9C;
}
</style>
background-color css
<style>
a { background-color: #0FBF9C; }
a { background-color: rgb(15,191,156); }
div.DivClassName
{
background-color: #0FBF9C;
}
.BgClassName
{
background-color: #0FBF9C;
}
</style>
border-color css
<style>
span { border-color: #0FBF9C; }
span { border-color: rgb(15,191,156); }
td.TdClassName
{
border-color: #0FBF9C;
}
.TagClassName
{
border-color: #0FBF9C;
}
</style>