Shades of Caribbean Green #0FC09F
Tints of Caribbean Green #0FC09F
RGB
CMYK
RGB Variations
Color information
#0FC09F (or 0x0FC09F) is known color: Caribbean Green. HEX triplet: 0F, C0 and 9F. RGB value is (15,192,159). Sum of RGB (Red+Green+Blue) = 15+192+159=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09F is #F03F60. Grayscale: #878787. Windows color (decimal): -15744865 or 10469391. OLE color: 10469391.
HSL color Cylindrical-coordinate representation of color #0FC09F: hue angle of 168.81º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC09F is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 159 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.25 |
| HSL | 168.81º | 0.86% | 0.41% | - |
| HSV(B) | 168.81º | 0.92% | 0.75% | - |
| XYZ | 25.3 | 40.3 | 39.25 | - |
| YUV | 135.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 159 | 0.92 | 0 | 0.17 | 0.25 | 168.81 | 0.86 | 0.41 |
| Hex | F | C0 | 9F | 5C | 0 | 11 | 19 | A9 | 56 | 29 |
| Octal | 17 | 300 | 237 | 134 | 0 | 21 | 31 | 251 | 126 | 51 |
| Binary | 1111 | 11000000 | 10011111 | 1011100 | 0 | 10001 | 11001 | 10101001 | 1010110 | 101001 |
Color Harmonies of #0FC09F
Complementary color
Monochromatic Colors of #0FC09F
Black with #0FC09F
Text Example
Text Example
White with #0FC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC09F; }
p { color: rgb(15,192,159); }
H1.HeaderClassName
{
color: #0FC09F;
}
.AnyTagClassName
{
color: #0FC09F;
}
</style>
background-color css
<style>
a { background-color: #0FC09F; }
a { background-color: rgb(15,192,159); }
div.DivClassName
{
background-color: #0FC09F;
}
.BgClassName
{
background-color: #0FC09F;
}
</style>
border-color css
<style>
span { border-color: #0FC09F; }
span { border-color: rgb(15,192,159); }
td.TdClassName
{
border-color: #0FC09F;
}
.TagClassName
{
border-color: #0FC09F;
}
</style>