Shades of Light Sea Green #0FC1AA
Tints of Light Sea Green #0FC1AA
RGB
CMYK
RGB Variations
Color information
#0FC1AA (or 0x0FC1AA) is known color: Light Sea Green. HEX triplet: 0F, C1 and AA. RGB value is (15,193,170). Sum of RGB (Red+Green+Blue) = 15+193+170=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC1AA is #F03E55. Grayscale: #898989. Windows color (decimal): -15744598 or 11190543. OLE color: 11190543.
HSL color Cylindrical-coordinate representation of color #0FC1AA: hue angle of 172.25º 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 #0FC1AA is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 170 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.24 |
| HSL | 172.25º | 0.86% | 0.41% | - |
| HSV(B) | 172.25º | 0.92% | 0.76% | - |
| XYZ | 26.52 | 41.14 | 44.57 | - |
| YUV | 137.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 170 | 0.92 | 0 | 0.12 | 0.24 | 172.25 | 0.86 | 0.41 |
| Hex | F | C1 | AA | 5C | 0 | C | 18 | AC | 56 | 29 |
| Octal | 17 | 301 | 252 | 134 | 0 | 14 | 30 | 254 | 126 | 51 |
| Binary | 1111 | 11000001 | 10101010 | 1011100 | 0 | 1100 | 11000 | 10101100 | 1010110 | 101001 |
Color Harmonies of #0FC1AA
Complementary color
Monochromatic Colors of #0FC1AA
Black with #0FC1AA
Text Example
Text Example
White with #0FC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1AA; }
p { color: rgb(15,193,170); }
H1.HeaderClassName
{
color: #0FC1AA;
}
.AnyTagClassName
{
color: #0FC1AA;
}
</style>
background-color css
<style>
a { background-color: #0FC1AA; }
a { background-color: rgb(15,193,170); }
div.DivClassName
{
background-color: #0FC1AA;
}
.BgClassName
{
background-color: #0FC1AA;
}
</style>
border-color css
<style>
span { border-color: #0FC1AA; }
span { border-color: rgb(15,193,170); }
td.TdClassName
{
border-color: #0FC1AA;
}
.TagClassName
{
border-color: #0FC1AA;
}
</style>