Shades of Caribbean Green #0FC09E
Tints of Caribbean Green #0FC09E
RGB
CMYK
RGB Variations
Color information
#0FC09E (or 0x0FC09E) is known color: Caribbean Green. HEX triplet: 0F, C0 and 9E. RGB value is (15,192,158). Sum of RGB (Red+Green+Blue) = 15+192+158=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09E is #F03F61. Grayscale: #878787. Windows color (decimal): -15744866 or 10403855. OLE color: 10403855.
HSL color Cylindrical-coordinate representation of color #0FC09E: hue angle of 168.47º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC09E is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 158 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.25 |
| HSL | 168.47º | 0.86% | 0.41% | - |
| HSV(B) | 168.47º | 0.92% | 0.75% | - |
| XYZ | 25.22 | 40.27 | 38.79 | - |
| YUV | 135.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 158 | 0.92 | 0 | 0.18 | 0.25 | 168.47 | 0.86 | 0.41 |
| Hex | F | C0 | 9E | 5C | 0 | 12 | 19 | A8 | 56 | 29 |
| Octal | 17 | 300 | 236 | 134 | 0 | 22 | 31 | 250 | 126 | 51 |
| Binary | 1111 | 11000000 | 10011110 | 1011100 | 0 | 10010 | 11001 | 10101000 | 1010110 | 101001 |
Color Harmonies of #0FC09E
Complementary color
Monochromatic Colors of #0FC09E
Black with #0FC09E
Text Example
Text Example
White with #0FC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC09E; }
p { color: rgb(15,192,158); }
H1.HeaderClassName
{
color: #0FC09E;
}
.AnyTagClassName
{
color: #0FC09E;
}
</style>
background-color css
<style>
a { background-color: #0FC09E; }
a { background-color: rgb(15,192,158); }
div.DivClassName
{
background-color: #0FC09E;
}
.BgClassName
{
background-color: #0FC09E;
}
</style>
border-color css
<style>
span { border-color: #0FC09E; }
span { border-color: rgb(15,192,158); }
td.TdClassName
{
border-color: #0FC09E;
}
.TagClassName
{
border-color: #0FC09E;
}
</style>