Shades of Caribbean Green #0FCE9E
Tints of Caribbean Green #0FCE9E
RGB
CMYK
RGB Variations
Color information
#0FCE9E (or 0x0FCE9E) is known color: Caribbean Green. HEX triplet: 0F, CE and 9E. RGB value is (15,206,158). Sum of RGB (Red+Green+Blue) = 15+206+158=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCE9E is #F03161. Grayscale: #8F8F8F. Windows color (decimal): -15741282 or 10407439. OLE color: 10407439.
HSL color Cylindrical-coordinate representation of color #0FCE9E: hue angle of 164.92º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE9E is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 158 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.19 |
| HSL | 164.92º | 0.86% | 0.43% | - |
| HSV(B) | 164.92º | 0.93% | 0.81% | - |
| XYZ | 28.44 | 46.71 | 39.87 | - |
| YUV | 143.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 158 | 0.93 | 0 | 0.23 | 0.19 | 164.92 | 0.86 | 0.43 |
| Hex | F | CE | 9E | 5D | 0 | 17 | 13 | A5 | 56 | 2B |
| Octal | 17 | 316 | 236 | 135 | 0 | 27 | 23 | 245 | 126 | 53 |
| Binary | 1111 | 11001110 | 10011110 | 1011101 | 0 | 10111 | 10011 | 10100101 | 1010110 | 101011 |
Color Harmonies of #0FCE9E
Complementary color
Monochromatic Colors of #0FCE9E
Black with #0FCE9E
Text Example
Text Example
White with #0FCE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCE9E; }
p { color: rgb(15,206,158); }
H1.HeaderClassName
{
color: #0FCE9E;
}
.AnyTagClassName
{
color: #0FCE9E;
}
</style>
background-color css
<style>
a { background-color: #0FCE9E; }
a { background-color: rgb(15,206,158); }
div.DivClassName
{
background-color: #0FCE9E;
}
.BgClassName
{
background-color: #0FCE9E;
}
</style>
border-color css
<style>
span { border-color: #0FCE9E; }
span { border-color: rgb(15,206,158); }
td.TdClassName
{
border-color: #0FCE9E;
}
.TagClassName
{
border-color: #0FCE9E;
}
</style>