Shades of Light Sea Green #0FC1AC
Tints of Light Sea Green #0FC1AC
RGB
CMYK
RGB Variations
Color information
#0FC1AC (or 0x0FC1AC) is known color: Light Sea Green. HEX triplet: 0F, C1 and AC. RGB value is (15,193,172). Sum of RGB (Red+Green+Blue) = 15+193+172=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC1AC is #F03E53. Grayscale: #898989. Windows color (decimal): -15744596 or 11321615. OLE color: 11321615.
HSL color Cylindrical-coordinate representation of color #0FC1AC: hue angle of 172.92º 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 #0FC1AC is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 172 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.24 |
| HSL | 172.92º | 0.86% | 0.41% | - |
| HSV(B) | 172.92º | 0.92% | 0.76% | - |
| XYZ | 26.71 | 41.22 | 45.58 | - |
| YUV | 137.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 172 | 0.92 | 0 | 0.11 | 0.24 | 172.92 | 0.86 | 0.41 |
| Hex | F | C1 | AC | 5C | 0 | B | 18 | AD | 56 | 29 |
| Octal | 17 | 301 | 254 | 134 | 0 | 13 | 30 | 255 | 126 | 51 |
| Binary | 1111 | 11000001 | 10101100 | 1011100 | 0 | 1011 | 11000 | 10101101 | 1010110 | 101001 |
Color Harmonies of #0FC1AC
Complementary color
Monochromatic Colors of #0FC1AC
Black with #0FC1AC
Text Example
Text Example
White with #0FC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1AC; }
p { color: rgb(15,193,172); }
H1.HeaderClassName
{
color: #0FC1AC;
}
.AnyTagClassName
{
color: #0FC1AC;
}
</style>
background-color css
<style>
a { background-color: #0FC1AC; }
a { background-color: rgb(15,193,172); }
div.DivClassName
{
background-color: #0FC1AC;
}
.BgClassName
{
background-color: #0FC1AC;
}
</style>
border-color css
<style>
span { border-color: #0FC1AC; }
span { border-color: rgb(15,193,172); }
td.TdClassName
{
border-color: #0FC1AC;
}
.TagClassName
{
border-color: #0FC1AC;
}
</style>