Shades of Caribbean Green #0FC294
Tints of Caribbean Green #0FC294
RGB
CMYK
RGB Variations
Color information
#0FC294 (or 0x0FC294) is known color: Caribbean Green. HEX triplet: 0F, C2 and 94. RGB value is (15,194,148). Sum of RGB (Red+Green+Blue) = 15+194+148=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC294 is #F03D6B. Grayscale: #878787. Windows color (decimal): -15744364 or 9749007. OLE color: 9749007.
HSL color Cylindrical-coordinate representation of color #0FC294: hue angle of 164.58º 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 #0FC294 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 148 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.24 |
| HSL | 164.58º | 0.86% | 0.41% | - |
| HSV(B) | 164.58º | 0.92% | 0.76% | - |
| XYZ | 24.83 | 40.82 | 34.59 | - |
| YUV | 135.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 148 | 0.92 | 0 | 0.24 | 0.24 | 164.58 | 0.86 | 0.41 |
| Hex | F | C2 | 94 | 5C | 0 | 18 | 18 | A5 | 56 | 29 |
| Octal | 17 | 302 | 224 | 134 | 0 | 30 | 30 | 245 | 126 | 51 |
| Binary | 1111 | 11000010 | 10010100 | 1011100 | 0 | 11000 | 11000 | 10100101 | 1010110 | 101001 |
Color Harmonies of #0FC294
Complementary color
Monochromatic Colors of #0FC294
Black with #0FC294
Text Example
Text Example
White with #0FC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC294; }
p { color: rgb(15,194,148); }
H1.HeaderClassName
{
color: #0FC294;
}
.AnyTagClassName
{
color: #0FC294;
}
</style>
background-color css
<style>
a { background-color: #0FC294; }
a { background-color: rgb(15,194,148); }
div.DivClassName
{
background-color: #0FC294;
}
.BgClassName
{
background-color: #0FC294;
}
</style>
border-color css
<style>
span { border-color: #0FC294; }
span { border-color: rgb(15,194,148); }
td.TdClassName
{
border-color: #0FC294;
}
.TagClassName
{
border-color: #0FC294;
}
</style>