Shades of Caribbean Green #0FC889
Tints of Caribbean Green #0FC889
RGB
CMYK
RGB Variations
Color information
#0FC889 (or 0x0FC889) is known color: Caribbean Green. HEX triplet: 0F, C8 and 89. RGB value is (15,200,137). Sum of RGB (Red+Green+Blue) = 15+200+137=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC889 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC889 is #F03776. Grayscale: #898989. Windows color (decimal): -15742839 or 9029647. OLE color: 9029647.
HSL color Cylindrical-coordinate representation of color #0FC889: hue angle of 159.57º 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 #0FC889 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 137 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.22 |
| HSL | 159.57º | 0.86% | 0.42% | - |
| HSV(B) | 159.57º | 0.93% | 0.78% | - |
| XYZ | 25.37 | 43.22 | 30.67 | - |
| YUV | 137.5 | 127.71 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 137 | 0.92 | 0 | 0.32 | 0.22 | 159.57 | 0.86 | 0.42 |
| Hex | F | C8 | 89 | 5C | 0 | 20 | 16 | A0 | 56 | 2A |
| Octal | 17 | 310 | 211 | 134 | 0 | 40 | 26 | 240 | 126 | 52 |
| Binary | 1111 | 11001000 | 10001001 | 1011100 | 0 | 100000 | 10110 | 10100000 | 1010110 | 101010 |
Color Harmonies of #0FC889
Complementary color
Monochromatic Colors of #0FC889
Black with #0FC889
Text Example
Text Example
White with #0FC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC889; }
p { color: rgb(15,200,137); }
H1.HeaderClassName
{
color: #0FC889;
}
.AnyTagClassName
{
color: #0FC889;
}
</style>
background-color css
<style>
a { background-color: #0FC889; }
a { background-color: rgb(15,200,137); }
div.DivClassName
{
background-color: #0FC889;
}
.BgClassName
{
background-color: #0FC889;
}
</style>
border-color css
<style>
span { border-color: #0FC889; }
span { border-color: rgb(15,200,137); }
td.TdClassName
{
border-color: #0FC889;
}
.TagClassName
{
border-color: #0FC889;
}
</style>