Shades of Caribbean Green #0FC292
Tints of Caribbean Green #0FC292
RGB
CMYK
RGB Variations
Color information
#0FC292 (or 0x0FC292) is known color: Caribbean Green. HEX triplet: 0F, C2 and 92. RGB value is (15,194,146). Sum of RGB (Red+Green+Blue) = 15+194+146=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC292 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC292 is #F03D6D. Grayscale: #878787. Windows color (decimal): -15744366 or 9617935. OLE color: 9617935.
HSL color Cylindrical-coordinate representation of color #0FC292: hue angle of 163.91º 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 #0FC292 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 146 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.24 |
| HSL | 163.91º | 0.86% | 0.41% | - |
| HSV(B) | 163.91º | 0.92% | 0.76% | - |
| XYZ | 24.68 | 40.76 | 33.76 | - |
| YUV | 135.01 | 134.2 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 146 | 0.92 | 0 | 0.25 | 0.24 | 163.91 | 0.86 | 0.41 |
| Hex | F | C2 | 92 | 5C | 0 | 19 | 18 | A4 | 56 | 29 |
| Octal | 17 | 302 | 222 | 134 | 0 | 31 | 30 | 244 | 126 | 51 |
| Binary | 1111 | 11000010 | 10010010 | 1011100 | 0 | 11001 | 11000 | 10100100 | 1010110 | 101001 |
Color Harmonies of #0FC292
Complementary color
Monochromatic Colors of #0FC292
Black with #0FC292
Text Example
Text Example
White with #0FC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC292; }
p { color: rgb(15,194,146); }
H1.HeaderClassName
{
color: #0FC292;
}
.AnyTagClassName
{
color: #0FC292;
}
</style>
background-color css
<style>
a { background-color: #0FC292; }
a { background-color: rgb(15,194,146); }
div.DivClassName
{
background-color: #0FC292;
}
.BgClassName
{
background-color: #0FC292;
}
</style>
border-color css
<style>
span { border-color: #0FC292; }
span { border-color: rgb(15,194,146); }
td.TdClassName
{
border-color: #0FC292;
}
.TagClassName
{
border-color: #0FC292;
}
</style>