Shades of Light Sea Green #0FADAA
Tints of Light Sea Green #0FADAA
RGB
CMYK
RGB Variations
Color information
#0FADAA (or 0x0FADAA) is known color: Light Sea Green. HEX triplet: 0F, AD and AA. RGB value is (15,173,170). Sum of RGB (Red+Green+Blue) = 15+173+170=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADAA is #F05255. Grayscale: #7D7D7D. Windows color (decimal): -15749718 or 11185423. OLE color: 11185423.
HSL color Cylindrical-coordinate representation of color #0FADAA: hue angle of 178.86º 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 #0FADAA is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 170 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.32 |
| HSL | 178.86º | 0.84% | 0.37% | - |
| HSV(B) | 178.86º | 0.91% | 0.68% | - |
| XYZ | 22.4 | 32.89 | 43.2 | - |
| YUV | 125.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 170 | 0.91 | 0 | 0.02 | 0.32 | 178.86 | 0.84 | 0.37 |
| Hex | F | AD | AA | 5B | 0 | 2 | 20 | B3 | 54 | 25 |
| Octal | 17 | 255 | 252 | 133 | 0 | 2 | 40 | 263 | 124 | 45 |
| Binary | 1111 | 10101101 | 10101010 | 1011011 | 0 | 10 | 100000 | 10110011 | 1010100 | 100101 |
Color Harmonies of #0FADAA
Complementary color
Monochromatic Colors of #0FADAA
Black with #0FADAA
Text Example
Text Example
White with #0FADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADAA; }
p { color: rgb(15,173,170); }
H1.HeaderClassName
{
color: #0FADAA;
}
.AnyTagClassName
{
color: #0FADAA;
}
</style>
background-color css
<style>
a { background-color: #0FADAA; }
a { background-color: rgb(15,173,170); }
div.DivClassName
{
background-color: #0FADAA;
}
.BgClassName
{
background-color: #0FADAA;
}
</style>
border-color css
<style>
span { border-color: #0FADAA; }
span { border-color: rgb(15,173,170); }
td.TdClassName
{
border-color: #0FADAA;
}
.TagClassName
{
border-color: #0FADAA;
}
</style>