Shades of Caribbean Green #0FC197
Tints of Caribbean Green #0FC197
RGB
CMYK
RGB Variations
Color information
#0FC197 (or 0x0FC197) is known color: Caribbean Green. HEX triplet: 0F, C1 and 97. RGB value is (15,193,151). Sum of RGB (Red+Green+Blue) = 15+193+151=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC197 is #F03E68. Grayscale: #868686. Windows color (decimal): -15744617 or 9945359. OLE color: 9945359.
HSL color Cylindrical-coordinate representation of color #0FC197: hue angle of 165.84º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC197 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 151 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.24 |
| HSL | 165.84º | 0.86% | 0.41% | - |
| HSV(B) | 165.84º | 0.92% | 0.76% | - |
| XYZ | 24.85 | 40.48 | 35.78 | - |
| YUV | 134.99 | 137.03 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 151 | 0.92 | 0 | 0.22 | 0.24 | 165.84 | 0.86 | 0.41 |
| Hex | F | C1 | 97 | 5C | 0 | 16 | 18 | A6 | 56 | 29 |
| Octal | 17 | 301 | 227 | 134 | 0 | 26 | 30 | 246 | 126 | 51 |
| Binary | 1111 | 11000001 | 10010111 | 1011100 | 0 | 10110 | 11000 | 10100110 | 1010110 | 101001 |
Color Harmonies of #0FC197
Complementary color
Monochromatic Colors of #0FC197
Black with #0FC197
Text Example
Text Example
White with #0FC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC197; }
p { color: rgb(15,193,151); }
H1.HeaderClassName
{
color: #0FC197;
}
.AnyTagClassName
{
color: #0FC197;
}
</style>
background-color css
<style>
a { background-color: #0FC197; }
a { background-color: rgb(15,193,151); }
div.DivClassName
{
background-color: #0FC197;
}
.BgClassName
{
background-color: #0FC197;
}
</style>
border-color css
<style>
span { border-color: #0FC197; }
span { border-color: rgb(15,193,151); }
td.TdClassName
{
border-color: #0FC197;
}
.TagClassName
{
border-color: #0FC197;
}
</style>