Shades of Caribbean Green #0FC099
Tints of Caribbean Green #0FC099
RGB
CMYK
RGB Variations
Color information
#0FC099 (or 0x0FC099) is known color: Caribbean Green. HEX triplet: 0F, C0 and 99. RGB value is (15,192,153). Sum of RGB (Red+Green+Blue) = 15+192+153=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC099 is #F03F66. Grayscale: #868686. Windows color (decimal): -15744871 or 10076175. OLE color: 10076175.
HSL color Cylindrical-coordinate representation of color #0FC099: hue angle of 166.78º 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 #0FC099 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 153 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.25 |
| HSL | 166.78º | 0.86% | 0.41% | - |
| HSV(B) | 166.78º | 0.92% | 0.75% | - |
| XYZ | 24.8 | 40.1 | 36.57 | - |
| YUV | 134.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 153 | 0.92 | 0 | 0.20 | 0.25 | 166.78 | 0.86 | 0.41 |
| Hex | F | C0 | 99 | 5C | 0 | 14 | 19 | A7 | 56 | 29 |
| Octal | 17 | 300 | 231 | 134 | 0 | 24 | 31 | 247 | 126 | 51 |
| Binary | 1111 | 11000000 | 10011001 | 1011100 | 0 | 10100 | 11001 | 10100111 | 1010110 | 101001 |
Color Harmonies of #0FC099
Complementary color
Monochromatic Colors of #0FC099
Black with #0FC099
Text Example
Text Example
White with #0FC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC099; }
p { color: rgb(15,192,153); }
H1.HeaderClassName
{
color: #0FC099;
}
.AnyTagClassName
{
color: #0FC099;
}
</style>
background-color css
<style>
a { background-color: #0FC099; }
a { background-color: rgb(15,192,153); }
div.DivClassName
{
background-color: #0FC099;
}
.BgClassName
{
background-color: #0FC099;
}
</style>
border-color css
<style>
span { border-color: #0FC099; }
span { border-color: rgb(15,192,153); }
td.TdClassName
{
border-color: #0FC099;
}
.TagClassName
{
border-color: #0FC099;
}
</style>