Shades of Caribbean Green #0FC097
Tints of Caribbean Green #0FC097
RGB
CMYK
RGB Variations
Color information
#0FC097 (or 0x0FC097) is known color: Caribbean Green. HEX triplet: 0F, C0 and 97. RGB value is (15,192,151). Sum of RGB (Red+Green+Blue) = 15+192+151=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC097 is #F03F68. Grayscale: #868686. Windows color (decimal): -15744873 or 9945103. OLE color: 9945103.
HSL color Cylindrical-coordinate representation of color #0FC097: hue angle of 166.1º 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 #0FC097 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 151 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.25 |
| HSL | 166.1º | 0.86% | 0.41% | - |
| HSV(B) | 166.1º | 0.92% | 0.75% | - |
| XYZ | 24.63 | 40.04 | 35.71 | - |
| YUV | 134.4 | 137.36 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 151 | 0.92 | 0 | 0.21 | 0.25 | 166.1 | 0.86 | 0.41 |
| Hex | F | C0 | 97 | 5C | 0 | 15 | 19 | A6 | 56 | 29 |
| Octal | 17 | 300 | 227 | 134 | 0 | 25 | 31 | 246 | 126 | 51 |
| Binary | 1111 | 11000000 | 10010111 | 1011100 | 0 | 10101 | 11001 | 10100110 | 1010110 | 101001 |
Color Harmonies of #0FC097
Complementary color
Monochromatic Colors of #0FC097
Black with #0FC097
Text Example
Text Example
White with #0FC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC097; }
p { color: rgb(15,192,151); }
H1.HeaderClassName
{
color: #0FC097;
}
.AnyTagClassName
{
color: #0FC097;
}
</style>
background-color css
<style>
a { background-color: #0FC097; }
a { background-color: rgb(15,192,151); }
div.DivClassName
{
background-color: #0FC097;
}
.BgClassName
{
background-color: #0FC097;
}
</style>
border-color css
<style>
span { border-color: #0FC097; }
span { border-color: rgb(15,192,151); }
td.TdClassName
{
border-color: #0FC097;
}
.TagClassName
{
border-color: #0FC097;
}
</style>