Shades of Light Sea Green #1FADA2
Tints of Light Sea Green #1FADA2
RGB
CMYK
RGB Variations
Color information
#1FADA2 (or 0x1FADA2) is known color: Light Sea Green. HEX triplet: 1F, AD and A2. RGB value is (31,173,162). Sum of RGB (Red+Green+Blue) = 31+173+162=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #1FADA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FADA2 is #E0525D. Grayscale: #818181. Windows color (decimal): -14701150 or 10661151. OLE color: 10661151.
HSL color Cylindrical-coordinate representation of color #1FADA2: hue angle of 175.35º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FADA2 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 162 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.32 |
| HSL | 175.35º | 0.7% | 0.4% | - |
| HSV(B) | 175.35º | 0.82% | 0.68% | - |
| XYZ | 22.03 | 32.79 | 39.35 | - |
| YUV | 129.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 162 | 0.82 | 0 | 0.06 | 0.32 | 175.35 | 0.7 | 0.4 |
| Hex | 1F | AD | A2 | 52 | 0 | 6 | 20 | AF | 46 | 28 |
| Octal | 37 | 255 | 242 | 122 | 0 | 6 | 40 | 257 | 106 | 50 |
| Binary | 11111 | 10101101 | 10100010 | 1010010 | 0 | 110 | 100000 | 10101111 | 1000110 | 101000 |
Color Harmonies of #1FADA2
Complementary color
Monochromatic Colors of #1FADA2
Black with #1FADA2
Text Example
Text Example
White with #1FADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADA2; }
p { color: rgb(31,173,162); }
H1.HeaderClassName
{
color: #1FADA2;
}
.AnyTagClassName
{
color: #1FADA2;
}
</style>
background-color css
<style>
a { background-color: #1FADA2; }
a { background-color: rgb(31,173,162); }
div.DivClassName
{
background-color: #1FADA2;
}
.BgClassName
{
background-color: #1FADA2;
}
</style>
border-color css
<style>
span { border-color: #1FADA2; }
span { border-color: rgb(31,173,162); }
td.TdClassName
{
border-color: #1FADA2;
}
.TagClassName
{
border-color: #1FADA2;
}
</style>