Shades of Caribbean Green #0FC096
Tints of Caribbean Green #0FC096
RGB
CMYK
RGB Variations
Color information
#0FC096 (or 0x0FC096) is known color: Caribbean Green. HEX triplet: 0F, C0 and 96. RGB value is (15,192,150). Sum of RGB (Red+Green+Blue) = 15+192+150=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC096 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC096 is #F03F69. Grayscale: #868686. Windows color (decimal): -15744874 or 9879567. OLE color: 9879567.
HSL color Cylindrical-coordinate representation of color #0FC096: hue angle of 165.76º 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 #0FC096 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 150 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.25 |
| HSL | 165.76º | 0.86% | 0.41% | - |
| HSV(B) | 165.76º | 0.92% | 0.75% | - |
| XYZ | 24.55 | 40 | 35.28 | - |
| YUV | 134.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 150 | 0.92 | 0 | 0.22 | 0.25 | 165.76 | 0.86 | 0.41 |
| Hex | F | C0 | 96 | 5C | 0 | 16 | 19 | A6 | 56 | 29 |
| Octal | 17 | 300 | 226 | 134 | 0 | 26 | 31 | 246 | 126 | 51 |
| Binary | 1111 | 11000000 | 10010110 | 1011100 | 0 | 10110 | 11001 | 10100110 | 1010110 | 101001 |
Color Harmonies of #0FC096
Complementary color
Monochromatic Colors of #0FC096
Black with #0FC096
Text Example
Text Example
White with #0FC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC096; }
p { color: rgb(15,192,150); }
H1.HeaderClassName
{
color: #0FC096;
}
.AnyTagClassName
{
color: #0FC096;
}
</style>
background-color css
<style>
a { background-color: #0FC096; }
a { background-color: rgb(15,192,150); }
div.DivClassName
{
background-color: #0FC096;
}
.BgClassName
{
background-color: #0FC096;
}
</style>
border-color css
<style>
span { border-color: #0FC096; }
span { border-color: rgb(15,192,150); }
td.TdClassName
{
border-color: #0FC096;
}
.TagClassName
{
border-color: #0FC096;
}
</style>