Shades of Caribbean Green #0FC69E
Tints of Caribbean Green #0FC69E
RGB
CMYK
RGB Variations
Color information
#0FC69E (or 0x0FC69E) is known color: Caribbean Green. HEX triplet: 0F, C6 and 9E. RGB value is (15,198,158). Sum of RGB (Red+Green+Blue) = 15+198+158=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC69E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC69E is #F03961. Grayscale: #8A8A8A. Windows color (decimal): -15743330 or 10405391. OLE color: 10405391.
HSL color Cylindrical-coordinate representation of color #0FC69E: hue angle of 166.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC69E is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 158 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.22 |
| HSL | 166.89º | 0.86% | 0.42% | - |
| HSV(B) | 166.89º | 0.92% | 0.78% | - |
| XYZ | 26.56 | 42.96 | 39.24 | - |
| YUV | 138.72 | 138.87 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 158 | 0.92 | 0 | 0.20 | 0.22 | 166.89 | 0.86 | 0.42 |
| Hex | F | C6 | 9E | 5C | 0 | 14 | 16 | A7 | 56 | 2A |
| Octal | 17 | 306 | 236 | 134 | 0 | 24 | 26 | 247 | 126 | 52 |
| Binary | 1111 | 11000110 | 10011110 | 1011100 | 0 | 10100 | 10110 | 10100111 | 1010110 | 101010 |
Color Harmonies of #0FC69E
Complementary color
Monochromatic Colors of #0FC69E
Black with #0FC69E
Text Example
Text Example
White with #0FC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC69E; }
p { color: rgb(15,198,158); }
H1.HeaderClassName
{
color: #0FC69E;
}
.AnyTagClassName
{
color: #0FC69E;
}
</style>
background-color css
<style>
a { background-color: #0FC69E; }
a { background-color: rgb(15,198,158); }
div.DivClassName
{
background-color: #0FC69E;
}
.BgClassName
{
background-color: #0FC69E;
}
</style>
border-color css
<style>
span { border-color: #0FC69E; }
span { border-color: rgb(15,198,158); }
td.TdClassName
{
border-color: #0FC69E;
}
.TagClassName
{
border-color: #0FC69E;
}
</style>