Shades of Caribbean Green #0FC192
Tints of Caribbean Green #0FC192
RGB
CMYK
RGB Variations
Color information
#0FC192 (or 0x0FC192) is known color: Caribbean Green. HEX triplet: 0F, C1 and 92. RGB value is (15,193,146). Sum of RGB (Red+Green+Blue) = 15+193+146=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC192 is #F03E6D. Grayscale: #868686. Windows color (decimal): -15744622 or 9617679. OLE color: 9617679.
HSL color Cylindrical-coordinate representation of color #0FC192: hue angle of 164.16º 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 #0FC192 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 146 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.24 |
| HSL | 164.16º | 0.86% | 0.41% | - |
| HSV(B) | 164.16º | 0.92% | 0.76% | - |
| XYZ | 24.46 | 40.32 | 33.69 | - |
| YUV | 134.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 146 | 0.92 | 0 | 0.24 | 0.24 | 164.16 | 0.86 | 0.41 |
| Hex | F | C1 | 92 | 5C | 0 | 18 | 18 | A4 | 56 | 29 |
| Octal | 17 | 301 | 222 | 134 | 0 | 30 | 30 | 244 | 126 | 51 |
| Binary | 1111 | 11000001 | 10010010 | 1011100 | 0 | 11000 | 11000 | 10100100 | 1010110 | 101001 |
Color Harmonies of #0FC192
Complementary color
Monochromatic Colors of #0FC192
Black with #0FC192
Text Example
Text Example
White with #0FC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC192; }
p { color: rgb(15,193,146); }
H1.HeaderClassName
{
color: #0FC192;
}
.AnyTagClassName
{
color: #0FC192;
}
</style>
background-color css
<style>
a { background-color: #0FC192; }
a { background-color: rgb(15,193,146); }
div.DivClassName
{
background-color: #0FC192;
}
.BgClassName
{
background-color: #0FC192;
}
</style>
border-color css
<style>
span { border-color: #0FC192; }
span { border-color: rgb(15,193,146); }
td.TdClassName
{
border-color: #0FC192;
}
.TagClassName
{
border-color: #0FC192;
}
</style>