Shades of Light Sea Green #0FC0A5
Tints of Light Sea Green #0FC0A5
RGB
CMYK
RGB Variations
Color information
#0FC0A5 (or 0x0FC0A5) is known color: Light Sea Green. HEX triplet: 0F, C0 and A5. RGB value is (15,192,165). Sum of RGB (Red+Green+Blue) = 15+192+165=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC0A5 is #F03F5A. Grayscale: #878787. Windows color (decimal): -15744859 or 10862607. OLE color: 10862607.
HSL color Cylindrical-coordinate representation of color #0FC0A5: hue angle of 170.85º 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 #0FC0A5 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 165 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.25 |
| HSL | 170.85º | 0.86% | 0.41% | - |
| HSV(B) | 170.85º | 0.92% | 0.75% | - |
| XYZ | 25.84 | 40.52 | 42.06 | - |
| YUV | 136 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 165 | 0.92 | 0 | 0.14 | 0.25 | 170.85 | 0.86 | 0.41 |
| Hex | F | C0 | A5 | 5C | 0 | E | 19 | AB | 56 | 29 |
| Octal | 17 | 300 | 245 | 134 | 0 | 16 | 31 | 253 | 126 | 51 |
| Binary | 1111 | 11000000 | 10100101 | 1011100 | 0 | 1110 | 11001 | 10101011 | 1010110 | 101001 |
Color Harmonies of #0FC0A5
Complementary color
Monochromatic Colors of #0FC0A5
Black with #0FC0A5
Text Example
Text Example
White with #0FC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC0A5; }
p { color: rgb(15,192,165); }
H1.HeaderClassName
{
color: #0FC0A5;
}
.AnyTagClassName
{
color: #0FC0A5;
}
</style>
background-color css
<style>
a { background-color: #0FC0A5; }
a { background-color: rgb(15,192,165); }
div.DivClassName
{
background-color: #0FC0A5;
}
.BgClassName
{
background-color: #0FC0A5;
}
</style>
border-color css
<style>
span { border-color: #0FC0A5; }
span { border-color: rgb(15,192,165); }
td.TdClassName
{
border-color: #0FC0A5;
}
.TagClassName
{
border-color: #0FC0A5;
}
</style>