Shades of Light Sea Green #0FC2AA
Tints of Light Sea Green #0FC2AA
RGB
CMYK
RGB Variations
Color information
#0FC2AA (or 0x0FC2AA) is known color: Light Sea Green. HEX triplet: 0F, C2 and AA. RGB value is (15,194,170). Sum of RGB (Red+Green+Blue) = 15+194+170=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC2AA is #F03D55. Grayscale: #898989. Windows color (decimal): -15744342 or 11190799. OLE color: 11190799.
HSL color Cylindrical-coordinate representation of color #0FC2AA: hue angle of 171.96º 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 #0FC2AA is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 170 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.24 |
| HSL | 171.96º | 0.86% | 0.41% | - |
| HSV(B) | 171.96º | 0.92% | 0.76% | - |
| XYZ | 26.74 | 41.59 | 44.65 | - |
| YUV | 137.74 | 146.2 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 170 | 0.92 | 0 | 0.12 | 0.24 | 171.96 | 0.86 | 0.41 |
| Hex | F | C2 | AA | 5C | 0 | C | 18 | AC | 56 | 29 |
| Octal | 17 | 302 | 252 | 134 | 0 | 14 | 30 | 254 | 126 | 51 |
| Binary | 1111 | 11000010 | 10101010 | 1011100 | 0 | 1100 | 11000 | 10101100 | 1010110 | 101001 |
Color Harmonies of #0FC2AA
Complementary color
Monochromatic Colors of #0FC2AA
Black with #0FC2AA
Text Example
Text Example
White with #0FC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2AA; }
p { color: rgb(15,194,170); }
H1.HeaderClassName
{
color: #0FC2AA;
}
.AnyTagClassName
{
color: #0FC2AA;
}
</style>
background-color css
<style>
a { background-color: #0FC2AA; }
a { background-color: rgb(15,194,170); }
div.DivClassName
{
background-color: #0FC2AA;
}
.BgClassName
{
background-color: #0FC2AA;
}
</style>
border-color css
<style>
span { border-color: #0FC2AA; }
span { border-color: rgb(15,194,170); }
td.TdClassName
{
border-color: #0FC2AA;
}
.TagClassName
{
border-color: #0FC2AA;
}
</style>