Shades of Light Sea Green #0FADA4
Tints of Light Sea Green #0FADA4
RGB
CMYK
RGB Variations
Color information
#0FADA4 (or 0x0FADA4) is known color: Light Sea Green. HEX triplet: 0F, AD and A4. RGB value is (15,173,164). Sum of RGB (Red+Green+Blue) = 15+173+164=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADA4 is #F0525B. Grayscale: #7C7C7C. Windows color (decimal): -15749724 or 10792207. OLE color: 10792207.
HSL color Cylindrical-coordinate representation of color #0FADA4: hue angle of 176.58º 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 #0FADA4 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 164 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.32 |
| HSL | 176.58º | 0.84% | 0.37% | - |
| HSV(B) | 176.58º | 0.91% | 0.68% | - |
| XYZ | 21.84 | 32.67 | 40.28 | - |
| YUV | 124.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 164 | 0.91 | 0 | 0.05 | 0.32 | 176.58 | 0.84 | 0.37 |
| Hex | F | AD | A4 | 5B | 0 | 5 | 20 | B1 | 54 | 25 |
| Octal | 17 | 255 | 244 | 133 | 0 | 5 | 40 | 261 | 124 | 45 |
| Binary | 1111 | 10101101 | 10100100 | 1011011 | 0 | 101 | 100000 | 10110001 | 1010100 | 100101 |
Color Harmonies of #0FADA4
Complementary color
Monochromatic Colors of #0FADA4
Black with #0FADA4
Text Example
Text Example
White with #0FADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADA4; }
p { color: rgb(15,173,164); }
H1.HeaderClassName
{
color: #0FADA4;
}
.AnyTagClassName
{
color: #0FADA4;
}
</style>
background-color css
<style>
a { background-color: #0FADA4; }
a { background-color: rgb(15,173,164); }
div.DivClassName
{
background-color: #0FADA4;
}
.BgClassName
{
background-color: #0FADA4;
}
</style>
border-color css
<style>
span { border-color: #0FADA4; }
span { border-color: rgb(15,173,164); }
td.TdClassName
{
border-color: #0FADA4;
}
.TagClassName
{
border-color: #0FADA4;
}
</style>