Shades of Caribbean Green #0FC09C
Tints of Caribbean Green #0FC09C
RGB
CMYK
RGB Variations
Color information
#0FC09C (or 0x0FC09C) is known color: Caribbean Green. HEX triplet: 0F, C0 and 9C. RGB value is (15,192,156). Sum of RGB (Red+Green+Blue) = 15+192+156=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09C is #F03F63. Grayscale: #868686. Windows color (decimal): -15744868 or 10272783. OLE color: 10272783.
HSL color Cylindrical-coordinate representation of color #0FC09C: hue angle of 167.8º 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 #0FC09C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 156 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.25 |
| HSL | 167.8º | 0.86% | 0.41% | - |
| HSV(B) | 167.8º | 0.92% | 0.75% | - |
| XYZ | 25.05 | 40.2 | 37.89 | - |
| YUV | 134.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 156 | 0.92 | 0 | 0.19 | 0.25 | 167.8 | 0.86 | 0.41 |
| Hex | F | C0 | 9C | 5C | 0 | 13 | 19 | A8 | 56 | 29 |
| Octal | 17 | 300 | 234 | 134 | 0 | 23 | 31 | 250 | 126 | 51 |
| Binary | 1111 | 11000000 | 10011100 | 1011100 | 0 | 10011 | 11001 | 10101000 | 1010110 | 101001 |
Color Harmonies of #0FC09C
Complementary color
Monochromatic Colors of #0FC09C
Black with #0FC09C
Text Example
Text Example
White with #0FC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC09C; }
p { color: rgb(15,192,156); }
H1.HeaderClassName
{
color: #0FC09C;
}
.AnyTagClassName
{
color: #0FC09C;
}
</style>
background-color css
<style>
a { background-color: #0FC09C; }
a { background-color: rgb(15,192,156); }
div.DivClassName
{
background-color: #0FC09C;
}
.BgClassName
{
background-color: #0FC09C;
}
</style>
border-color css
<style>
span { border-color: #0FC09C; }
span { border-color: rgb(15,192,156); }
td.TdClassName
{
border-color: #0FC09C;
}
.TagClassName
{
border-color: #0FC09C;
}
</style>