Shades of Light Sea Green #1FAD99
Tints of Light Sea Green #1FAD99
RGB
CMYK
RGB Variations
Color information
#1FAD99 (or 0x1FAD99) is known color: Light Sea Green. HEX triplet: 1F, AD and 99. RGB value is (31,173,153). Sum of RGB (Red+Green+Blue) = 31+173+153=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD99 is #E05266. Grayscale: #808080. Windows color (decimal): -14701159 or 10071327. OLE color: 10071327.
HSL color Cylindrical-coordinate representation of color #1FAD99: hue angle of 171.55º 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 #1FAD99 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 153 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.32 |
| HSL | 171.55º | 0.7% | 0.4% | - |
| HSV(B) | 171.55º | 0.82% | 0.68% | - |
| XYZ | 21.26 | 32.48 | 35.29 | - |
| YUV | 128.26 | 141.96 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 153 | 0.82 | 0 | 0.12 | 0.32 | 171.55 | 0.7 | 0.4 |
| Hex | 1F | AD | 99 | 52 | 0 | C | 20 | AC | 46 | 28 |
| Octal | 37 | 255 | 231 | 122 | 0 | 14 | 40 | 254 | 106 | 50 |
| Binary | 11111 | 10101101 | 10011001 | 1010010 | 0 | 1100 | 100000 | 10101100 | 1000110 | 101000 |
Color Harmonies of #1FAD99
Complementary color
Monochromatic Colors of #1FAD99
Black with #1FAD99
Text Example
Text Example
White with #1FAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD99; }
p { color: rgb(31,173,153); }
H1.HeaderClassName
{
color: #1FAD99;
}
.AnyTagClassName
{
color: #1FAD99;
}
</style>
background-color css
<style>
a { background-color: #1FAD99; }
a { background-color: rgb(31,173,153); }
div.DivClassName
{
background-color: #1FAD99;
}
.BgClassName
{
background-color: #1FAD99;
}
</style>
border-color css
<style>
span { border-color: #1FAD99; }
span { border-color: rgb(31,173,153); }
td.TdClassName
{
border-color: #1FAD99;
}
.TagClassName
{
border-color: #1FAD99;
}
</style>