Shades of Light Sea Green #1FAAAB
Tints of Light Sea Green #1FAAAB
RGB
CMYK
RGB Variations
Color information
#1FAAAB (or 0x1FAAAB) is known color: Light Sea Green. HEX triplet: 1F, AA and AB. RGB value is (31,170,171). Sum of RGB (Red+Green+Blue) = 31+170+171=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #1FAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAAB is #E05554. Grayscale: #808080. Windows color (decimal): -14701909 or 11250207. OLE color: 11250207.
HSL color Cylindrical-coordinate representation of color #1FAAAB: hue angle of 180.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAAAB is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 171 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.33 |
| HSL | 180.43º | 0.69% | 0.4% | - |
| HSV(B) | 180.43º | 0.82% | 0.67% | - |
| XYZ | 22.29 | 31.98 | 43.53 | - |
| YUV | 128.55 | 151.95 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 171 | 0.82 | 0.01 | 0 | 0.33 | 180.43 | 0.69 | 0.4 |
| Hex | 1F | AA | AB | 52 | 1 | 0 | 21 | B4 | 45 | 28 |
| Octal | 37 | 252 | 253 | 122 | 1 | 0 | 41 | 264 | 105 | 50 |
| Binary | 11111 | 10101010 | 10101011 | 1010010 | 1 | 0 | 100001 | 10110100 | 1000101 | 101000 |
Color Harmonies of #1FAAAB
Complementary color
Monochromatic Colors of #1FAAAB
Black with #1FAAAB
Text Example
Text Example
White with #1FAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAAB; }
p { color: rgb(31,170,171); }
H1.HeaderClassName
{
color: #1FAAAB;
}
.AnyTagClassName
{
color: #1FAAAB;
}
</style>
background-color css
<style>
a { background-color: #1FAAAB; }
a { background-color: rgb(31,170,171); }
div.DivClassName
{
background-color: #1FAAAB;
}
.BgClassName
{
background-color: #1FAAAB;
}
</style>
border-color css
<style>
span { border-color: #1FAAAB; }
span { border-color: rgb(31,170,171); }
td.TdClassName
{
border-color: #1FAAAB;
}
.TagClassName
{
border-color: #1FAAAB;
}
</style>