Shades of Caribbean Green #0FC892
Tints of Caribbean Green #0FC892
RGB
CMYK
RGB Variations
Color information
#0FC892 (or 0x0FC892) is known color: Caribbean Green. HEX triplet: 0F, C8 and 92. RGB value is (15,200,146). Sum of RGB (Red+Green+Blue) = 15+200+146=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC892 is #F0376D. Grayscale: #8A8A8A. Windows color (decimal): -15742830 or 9619471. OLE color: 9619471.
HSL color Cylindrical-coordinate representation of color #0FC892: hue angle of 162.49º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC892 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 146 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.22 |
| HSL | 162.49º | 0.86% | 0.42% | - |
| HSV(B) | 162.49º | 0.93% | 0.78% | - |
| XYZ | 26.04 | 43.49 | 34.22 | - |
| YUV | 138.53 | 132.21 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 146 | 0.92 | 0 | 0.27 | 0.22 | 162.49 | 0.86 | 0.42 |
| Hex | F | C8 | 92 | 5C | 0 | 1B | 16 | A2 | 56 | 2A |
| Octal | 17 | 310 | 222 | 134 | 0 | 33 | 26 | 242 | 126 | 52 |
| Binary | 1111 | 11001000 | 10010010 | 1011100 | 0 | 11011 | 10110 | 10100010 | 1010110 | 101010 |
Color Harmonies of #0FC892
Complementary color
Monochromatic Colors of #0FC892
Black with #0FC892
Text Example
Text Example
White with #0FC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC892; }
p { color: rgb(15,200,146); }
H1.HeaderClassName
{
color: #0FC892;
}
.AnyTagClassName
{
color: #0FC892;
}
</style>
background-color css
<style>
a { background-color: #0FC892; }
a { background-color: rgb(15,200,146); }
div.DivClassName
{
background-color: #0FC892;
}
.BgClassName
{
background-color: #0FC892;
}
</style>
border-color css
<style>
span { border-color: #0FC892; }
span { border-color: rgb(15,200,146); }
td.TdClassName
{
border-color: #0FC892;
}
.TagClassName
{
border-color: #0FC892;
}
</style>