Shades of Light Sea Green #1FAD9F
Tints of Light Sea Green #1FAD9F
RGB
CMYK
RGB Variations
Color information
#1FAD9F (or 0x1FAD9F) is known color: Light Sea Green. HEX triplet: 1F, AD and 9F. RGB value is (31,173,159). Sum of RGB (Red+Green+Blue) = 31+173+159=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD9F is #E05260. Grayscale: #808080. Windows color (decimal): -14701153 or 10464543. OLE color: 10464543.
HSL color Cylindrical-coordinate representation of color #1FAD9F: hue angle of 174.08º 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 #1FAD9F is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 159 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.32 |
| HSL | 174.08º | 0.7% | 0.4% | - |
| HSV(B) | 174.08º | 0.82% | 0.68% | - |
| XYZ | 21.77 | 32.68 | 37.96 | - |
| YUV | 128.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 159 | 0.82 | 0 | 0.08 | 0.32 | 174.08 | 0.7 | 0.4 |
| Hex | 1F | AD | 9F | 52 | 0 | 8 | 20 | AE | 46 | 28 |
| Octal | 37 | 255 | 237 | 122 | 0 | 10 | 40 | 256 | 106 | 50 |
| Binary | 11111 | 10101101 | 10011111 | 1010010 | 0 | 1000 | 100000 | 10101110 | 1000110 | 101000 |
Color Harmonies of #1FAD9F
Complementary color
Monochromatic Colors of #1FAD9F
Black with #1FAD9F
Text Example
Text Example
White with #1FAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD9F; }
p { color: rgb(31,173,159); }
H1.HeaderClassName
{
color: #1FAD9F;
}
.AnyTagClassName
{
color: #1FAD9F;
}
</style>
background-color css
<style>
a { background-color: #1FAD9F; }
a { background-color: rgb(31,173,159); }
div.DivClassName
{
background-color: #1FAD9F;
}
.BgClassName
{
background-color: #1FAD9F;
}
</style>
border-color css
<style>
span { border-color: #1FAD9F; }
span { border-color: rgb(31,173,159); }
td.TdClassName
{
border-color: #1FAD9F;
}
.TagClassName
{
border-color: #1FAD9F;
}
</style>