Shades of Caribbean Green #0FCE9C
Tints of Caribbean Green #0FCE9C
RGB
CMYK
RGB Variations
Color information
#0FCE9C (or 0x0FCE9C) is known color: Caribbean Green. HEX triplet: 0F, CE and 9C. RGB value is (15,206,156). Sum of RGB (Red+Green+Blue) = 15+206+156=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCE9C is #F03163. Grayscale: #8F8F8F. Windows color (decimal): -15741284 or 10276367. OLE color: 10276367.
HSL color Cylindrical-coordinate representation of color #0FCE9C: hue angle of 164.29º 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 #0FCE9C is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 156 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.19 |
| HSL | 164.29º | 0.86% | 0.43% | - |
| HSV(B) | 164.29º | 0.93% | 0.81% | - |
| XYZ | 28.27 | 46.64 | 38.97 | - |
| YUV | 143.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 156 | 0.93 | 0 | 0.24 | 0.19 | 164.29 | 0.86 | 0.43 |
| Hex | F | CE | 9C | 5D | 0 | 18 | 13 | A4 | 56 | 2B |
| Octal | 17 | 316 | 234 | 135 | 0 | 30 | 23 | 244 | 126 | 53 |
| Binary | 1111 | 11001110 | 10011100 | 1011101 | 0 | 11000 | 10011 | 10100100 | 1010110 | 101011 |
Color Harmonies of #0FCE9C
Complementary color
Monochromatic Colors of #0FCE9C
Black with #0FCE9C
Text Example
Text Example
White with #0FCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCE9C; }
p { color: rgb(15,206,156); }
H1.HeaderClassName
{
color: #0FCE9C;
}
.AnyTagClassName
{
color: #0FCE9C;
}
</style>
background-color css
<style>
a { background-color: #0FCE9C; }
a { background-color: rgb(15,206,156); }
div.DivClassName
{
background-color: #0FCE9C;
}
.BgClassName
{
background-color: #0FCE9C;
}
</style>
border-color css
<style>
span { border-color: #0FCE9C; }
span { border-color: rgb(15,206,156); }
td.TdClassName
{
border-color: #0FCE9C;
}
.TagClassName
{
border-color: #0FCE9C;
}
</style>