Shades of Light Sea Green #0FADA6
Tints of Light Sea Green #0FADA6
RGB
CMYK
RGB Variations
Color information
#0FADA6 (or 0x0FADA6) is known color: Light Sea Green. HEX triplet: 0F, AD and A6. RGB value is (15,173,166). Sum of RGB (Red+Green+Blue) = 15+173+166=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADA6 is #F05259. Grayscale: #7C7C7C. Windows color (decimal): -15749722 or 10923279. OLE color: 10923279.
HSL color Cylindrical-coordinate representation of color #0FADA6: hue angle of 177.34º 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 #0FADA6 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 166 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.32 |
| HSL | 177.34º | 0.84% | 0.37% | - |
| HSV(B) | 177.34º | 0.91% | 0.68% | - |
| XYZ | 22.02 | 32.74 | 41.24 | - |
| YUV | 124.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 166 | 0.91 | 0 | 0.04 | 0.32 | 177.34 | 0.84 | 0.37 |
| Hex | F | AD | A6 | 5B | 0 | 4 | 20 | B1 | 54 | 25 |
| Octal | 17 | 255 | 246 | 133 | 0 | 4 | 40 | 261 | 124 | 45 |
| Binary | 1111 | 10101101 | 10100110 | 1011011 | 0 | 100 | 100000 | 10110001 | 1010100 | 100101 |
Color Harmonies of #0FADA6
Complementary color
Monochromatic Colors of #0FADA6
Black with #0FADA6
Text Example
Text Example
White with #0FADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADA6; }
p { color: rgb(15,173,166); }
H1.HeaderClassName
{
color: #0FADA6;
}
.AnyTagClassName
{
color: #0FADA6;
}
</style>
background-color css
<style>
a { background-color: #0FADA6; }
a { background-color: rgb(15,173,166); }
div.DivClassName
{
background-color: #0FADA6;
}
.BgClassName
{
background-color: #0FADA6;
}
</style>
border-color css
<style>
span { border-color: #0FADA6; }
span { border-color: rgb(15,173,166); }
td.TdClassName
{
border-color: #0FADA6;
}
.TagClassName
{
border-color: #0FADA6;
}
</style>