Shades of Light Sea Green #0FADA8
Tints of Light Sea Green #0FADA8
RGB
CMYK
RGB Variations
Color information
#0FADA8 (or 0x0FADA8) is known color: Light Sea Green. HEX triplet: 0F, AD and A8. RGB value is (15,173,168). Sum of RGB (Red+Green+Blue) = 15+173+168=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADA8 is #F05257. Grayscale: #7D7D7D. Windows color (decimal): -15749720 or 11054351. OLE color: 11054351.
HSL color Cylindrical-coordinate representation of color #0FADA8: hue angle of 178.1º 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 #0FADA8 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 168 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.32 |
| HSL | 178.1º | 0.84% | 0.37% | - |
| HSV(B) | 178.1º | 0.91% | 0.68% | - |
| XYZ | 22.21 | 32.82 | 42.21 | - |
| YUV | 125.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 168 | 0.91 | 0 | 0.03 | 0.32 | 178.1 | 0.84 | 0.37 |
| Hex | F | AD | A8 | 5B | 0 | 3 | 20 | B2 | 54 | 25 |
| Octal | 17 | 255 | 250 | 133 | 0 | 3 | 40 | 262 | 124 | 45 |
| Binary | 1111 | 10101101 | 10101000 | 1011011 | 0 | 11 | 100000 | 10110010 | 1010100 | 100101 |
Color Harmonies of #0FADA8
Complementary color
Monochromatic Colors of #0FADA8
Black with #0FADA8
Text Example
Text Example
White with #0FADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADA8; }
p { color: rgb(15,173,168); }
H1.HeaderClassName
{
color: #0FADA8;
}
.AnyTagClassName
{
color: #0FADA8;
}
</style>
background-color css
<style>
a { background-color: #0FADA8; }
a { background-color: rgb(15,173,168); }
div.DivClassName
{
background-color: #0FADA8;
}
.BgClassName
{
background-color: #0FADA8;
}
</style>
border-color css
<style>
span { border-color: #0FADA8; }
span { border-color: rgb(15,173,168); }
td.TdClassName
{
border-color: #0FADA8;
}
.TagClassName
{
border-color: #0FADA8;
}
</style>