Shades of Caribbean Green #0FBF9F
Tints of Caribbean Green #0FBF9F
RGB
CMYK
RGB Variations
Color information
#0FBF9F (or 0x0FBF9F) is known color: Caribbean Green. HEX triplet: 0F, BF and 9F. RGB value is (15,191,159). Sum of RGB (Red+Green+Blue) = 15+191+159=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF9F is #F04060. Grayscale: #868686. Windows color (decimal): -15745121 or 10469135. OLE color: 10469135.
HSL color Cylindrical-coordinate representation of color #0FBF9F: hue angle of 169.09º 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 #0FBF9F is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 159 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.25 |
| HSL | 169.09º | 0.85% | 0.4% | - |
| HSV(B) | 169.09º | 0.92% | 0.75% | - |
| XYZ | 25.09 | 39.87 | 39.17 | - |
| YUV | 134.73 | 141.69 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 159 | 0.92 | 0 | 0.17 | 0.25 | 169.09 | 0.85 | 0.4 |
| Hex | F | BF | 9F | 5C | 0 | 11 | 19 | A9 | 55 | 28 |
| Octal | 17 | 277 | 237 | 134 | 0 | 21 | 31 | 251 | 125 | 50 |
| Binary | 1111 | 10111111 | 10011111 | 1011100 | 0 | 10001 | 11001 | 10101001 | 1010101 | 101000 |
Color Harmonies of #0FBF9F
Complementary color
Monochromatic Colors of #0FBF9F
Black with #0FBF9F
Text Example
Text Example
White with #0FBF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF9F; }
p { color: rgb(15,191,159); }
H1.HeaderClassName
{
color: #0FBF9F;
}
.AnyTagClassName
{
color: #0FBF9F;
}
</style>
background-color css
<style>
a { background-color: #0FBF9F; }
a { background-color: rgb(15,191,159); }
div.DivClassName
{
background-color: #0FBF9F;
}
.BgClassName
{
background-color: #0FBF9F;
}
</style>
border-color css
<style>
span { border-color: #0FBF9F; }
span { border-color: rgb(15,191,159); }
td.TdClassName
{
border-color: #0FBF9F;
}
.TagClassName
{
border-color: #0FBF9F;
}
</style>