Shades of Light Sea Green #0FADA9
Tints of Light Sea Green #0FADA9
RGB
CMYK
RGB Variations
Color information
#0FADA9 (or 0x0FADA9) is known color: Light Sea Green. HEX triplet: 0F, AD and A9. RGB value is (15,173,169). Sum of RGB (Red+Green+Blue) = 15+173+169=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADA9 is #F05256. Grayscale: #7D7D7D. Windows color (decimal): -15749719 or 11119887. OLE color: 11119887.
HSL color Cylindrical-coordinate representation of color #0FADA9: hue angle of 178.48º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FADA9 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 169 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.32 |
| HSL | 178.48º | 0.84% | 0.37% | - |
| HSV(B) | 178.48º | 0.91% | 0.68% | - |
| XYZ | 22.3 | 32.85 | 42.7 | - |
| YUV | 125.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 169 | 0.91 | 0 | 0.02 | 0.32 | 178.48 | 0.84 | 0.37 |
| Hex | F | AD | A9 | 5B | 0 | 2 | 20 | B2 | 54 | 25 |
| Octal | 17 | 255 | 251 | 133 | 0 | 2 | 40 | 262 | 124 | 45 |
| Binary | 1111 | 10101101 | 10101001 | 1011011 | 0 | 10 | 100000 | 10110010 | 1010100 | 100101 |
Color Harmonies of #0FADA9
Complementary color
Monochromatic Colors of #0FADA9
Black with #0FADA9
Text Example
Text Example
White with #0FADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADA9; }
p { color: rgb(15,173,169); }
H1.HeaderClassName
{
color: #0FADA9;
}
.AnyTagClassName
{
color: #0FADA9;
}
</style>
background-color css
<style>
a { background-color: #0FADA9; }
a { background-color: rgb(15,173,169); }
div.DivClassName
{
background-color: #0FADA9;
}
.BgClassName
{
background-color: #0FADA9;
}
</style>
border-color css
<style>
span { border-color: #0FADA9; }
span { border-color: rgb(15,173,169); }
td.TdClassName
{
border-color: #0FADA9;
}
.TagClassName
{
border-color: #0FADA9;
}
</style>