Shades of Caribbean Green #0FC19D
Tints of Caribbean Green #0FC19D
RGB
CMYK
RGB Variations
Color information
#0FC19D (or 0x0FC19D) is known color: Caribbean Green. HEX triplet: 0F, C1 and 9D. RGB value is (15,193,157). Sum of RGB (Red+Green+Blue) = 15+193+157=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC19D is #F03E62. Grayscale: #878787. Windows color (decimal): -15744611 or 10338575. OLE color: 10338575.
HSL color Cylindrical-coordinate representation of color #0FC19D: hue angle of 167.87º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC19D is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 157 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.24 |
| HSL | 167.87º | 0.86% | 0.41% | - |
| HSV(B) | 167.87º | 0.92% | 0.76% | - |
| XYZ | 25.35 | 40.68 | 38.41 | - |
| YUV | 135.67 | 140.03 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 157 | 0.92 | 0 | 0.19 | 0.24 | 167.87 | 0.86 | 0.41 |
| Hex | F | C1 | 9D | 5C | 0 | 13 | 18 | A8 | 56 | 29 |
| Octal | 17 | 301 | 235 | 134 | 0 | 23 | 30 | 250 | 126 | 51 |
| Binary | 1111 | 11000001 | 10011101 | 1011100 | 0 | 10011 | 11000 | 10101000 | 1010110 | 101001 |
Color Harmonies of #0FC19D
Complementary color
Monochromatic Colors of #0FC19D
Black with #0FC19D
Text Example
Text Example
White with #0FC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC19D; }
p { color: rgb(15,193,157); }
H1.HeaderClassName
{
color: #0FC19D;
}
.AnyTagClassName
{
color: #0FC19D;
}
</style>
background-color css
<style>
a { background-color: #0FC19D; }
a { background-color: rgb(15,193,157); }
div.DivClassName
{
background-color: #0FC19D;
}
.BgClassName
{
background-color: #0FC19D;
}
</style>
border-color css
<style>
span { border-color: #0FC19D; }
span { border-color: rgb(15,193,157); }
td.TdClassName
{
border-color: #0FC19D;
}
.TagClassName
{
border-color: #0FC19D;
}
</style>