Shades of Light Sea Green #1FAAAA
Tints of Light Sea Green #1FAAAA
RGB
CMYK
RGB Variations
Color information
#1FAAAA (or 0x1FAAAA) is known color: Light Sea Green. HEX triplet: 1F, AA and AA. RGB value is (31,170,170). Sum of RGB (Red+Green+Blue) = 31+170+170=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #1FAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAAA is #E05555. Grayscale: #808080. Windows color (decimal): -14701910 or 11184671. OLE color: 11184671.
HSL color Cylindrical-coordinate representation of color #1FAAAA: hue angle of 180º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAAAA is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 170 | - |
| CMYK | 0.82 | 0 | 0 | 0.33 |
| HSL | 180º | 0.69% | 0.39% | - |
| HSV(B) | 180º | 0.82% | 0.67% | - |
| XYZ | 22.2 | 31.94 | 43.03 | - |
| YUV | 128.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 170 | 0.82 | 0 | 0 | 0.33 | 180 | 0.69 | 0.39 |
| Hex | 1F | AA | AA | 52 | 0 | 0 | 21 | B4 | 45 | 27 |
| Octal | 37 | 252 | 252 | 122 | 0 | 0 | 41 | 264 | 105 | 47 |
| Binary | 11111 | 10101010 | 10101010 | 1010010 | 0 | 0 | 100001 | 10110100 | 1000101 | 100111 |
Color Harmonies of #1FAAAA
Complementary color
Monochromatic Colors of #1FAAAA
Black with #1FAAAA
Text Example
Text Example
White with #1FAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAAA; }
p { color: rgb(31,170,170); }
H1.HeaderClassName
{
color: #1FAAAA;
}
.AnyTagClassName
{
color: #1FAAAA;
}
</style>
background-color css
<style>
a { background-color: #1FAAAA; }
a { background-color: rgb(31,170,170); }
div.DivClassName
{
background-color: #1FAAAA;
}
.BgClassName
{
background-color: #1FAAAA;
}
</style>
border-color css
<style>
span { border-color: #1FAAAA; }
span { border-color: rgb(31,170,170); }
td.TdClassName
{
border-color: #1FAAAA;
}
.TagClassName
{
border-color: #1FAAAA;
}
</style>