Shades of Light Sea Green #1FADA3
Tints of Light Sea Green #1FADA3
RGB
CMYK
RGB Variations
Color information
#1FADA3 (or 0x1FADA3) is known color: Light Sea Green. HEX triplet: 1F, AD and A3. RGB value is (31,173,163). Sum of RGB (Red+Green+Blue) = 31+173+163=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #1FADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FADA3 is #E0525C. Grayscale: #818181. Windows color (decimal): -14701149 or 10726687. OLE color: 10726687.
HSL color Cylindrical-coordinate representation of color #1FADA3: hue angle of 175.77º 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 #1FADA3 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 163 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.32 |
| HSL | 175.77º | 0.7% | 0.4% | - |
| HSV(B) | 175.77º | 0.82% | 0.68% | - |
| XYZ | 22.12 | 32.82 | 39.82 | - |
| YUV | 129.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 163 | 0.82 | 0 | 0.06 | 0.32 | 175.77 | 0.7 | 0.4 |
| Hex | 1F | AD | A3 | 52 | 0 | 6 | 20 | B0 | 46 | 28 |
| Octal | 37 | 255 | 243 | 122 | 0 | 6 | 40 | 260 | 106 | 50 |
| Binary | 11111 | 10101101 | 10100011 | 1010010 | 0 | 110 | 100000 | 10110000 | 1000110 | 101000 |
Color Harmonies of #1FADA3
Complementary color
Monochromatic Colors of #1FADA3
Black with #1FADA3
Text Example
Text Example
White with #1FADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADA3; }
p { color: rgb(31,173,163); }
H1.HeaderClassName
{
color: #1FADA3;
}
.AnyTagClassName
{
color: #1FADA3;
}
</style>
background-color css
<style>
a { background-color: #1FADA3; }
a { background-color: rgb(31,173,163); }
div.DivClassName
{
background-color: #1FADA3;
}
.BgClassName
{
background-color: #1FADA3;
}
</style>
border-color css
<style>
span { border-color: #1FADA3; }
span { border-color: rgb(31,173,163); }
td.TdClassName
{
border-color: #1FADA3;
}
.TagClassName
{
border-color: #1FADA3;
}
</style>