Shades of Light Sea Green #1FAD9A
Tints of Light Sea Green #1FAD9A
RGB
CMYK
RGB Variations
Color information
#1FAD9A (or 0x1FAD9A) is known color: Light Sea Green. HEX triplet: 1F, AD and 9A. RGB value is (31,173,154). Sum of RGB (Red+Green+Blue) = 31+173+154=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD9A is #E05265. Grayscale: #808080. Windows color (decimal): -14701158 or 10136863. OLE color: 10136863.
HSL color Cylindrical-coordinate representation of color #1FAD9A: hue angle of 171.97º 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 #1FAD9A is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 154 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.32 |
| HSL | 171.97º | 0.7% | 0.4% | - |
| HSV(B) | 171.97º | 0.82% | 0.68% | - |
| XYZ | 21.34 | 32.51 | 35.72 | - |
| YUV | 128.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 154 | 0.82 | 0 | 0.11 | 0.32 | 171.97 | 0.7 | 0.4 |
| Hex | 1F | AD | 9A | 52 | 0 | B | 20 | AC | 46 | 28 |
| Octal | 37 | 255 | 232 | 122 | 0 | 13 | 40 | 254 | 106 | 50 |
| Binary | 11111 | 10101101 | 10011010 | 1010010 | 0 | 1011 | 100000 | 10101100 | 1000110 | 101000 |
Color Harmonies of #1FAD9A
Complementary color
Monochromatic Colors of #1FAD9A
Black with #1FAD9A
Text Example
Text Example
White with #1FAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD9A; }
p { color: rgb(31,173,154); }
H1.HeaderClassName
{
color: #1FAD9A;
}
.AnyTagClassName
{
color: #1FAD9A;
}
</style>
background-color css
<style>
a { background-color: #1FAD9A; }
a { background-color: rgb(31,173,154); }
div.DivClassName
{
background-color: #1FAD9A;
}
.BgClassName
{
background-color: #1FAD9A;
}
</style>
border-color css
<style>
span { border-color: #1FAD9A; }
span { border-color: rgb(31,173,154); }
td.TdClassName
{
border-color: #1FAD9A;
}
.TagClassName
{
border-color: #1FAD9A;
}
</style>