Shades of Light Sea Green #1FBEAA
Tints of Light Sea Green #1FBEAA
RGB
CMYK
RGB Variations
Color information
#1FBEAA (or 0x1FBEAA) is known color: Light Sea Green. HEX triplet: 1F, BE and AA. RGB value is (31,190,170). Sum of RGB (Red+Green+Blue) = 31+190+170=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBEAA is #E04155. Grayscale: #8C8C8C. Windows color (decimal): -14696790 or 11189791. OLE color: 11189791.
HSL color Cylindrical-coordinate representation of color #1FBEAA: hue angle of 172.45º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBEAA is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 170 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.25 |
| HSL | 172.45º | 0.72% | 0.43% | - |
| HSV(B) | 172.45º | 0.84% | 0.75% | - |
| XYZ | 26.23 | 40.02 | 44.37 | - |
| YUV | 140.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 170 | 0.84 | 0 | 0.11 | 0.25 | 172.45 | 0.72 | 0.43 |
| Hex | 1F | BE | AA | 54 | 0 | B | 19 | AC | 48 | 2B |
| Octal | 37 | 276 | 252 | 124 | 0 | 13 | 31 | 254 | 110 | 53 |
| Binary | 11111 | 10111110 | 10101010 | 1010100 | 0 | 1011 | 11001 | 10101100 | 1001000 | 101011 |
Color Harmonies of #1FBEAA
Complementary color
Monochromatic Colors of #1FBEAA
Black with #1FBEAA
Text Example
Text Example
White with #1FBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBEAA; }
p { color: rgb(31,190,170); }
H1.HeaderClassName
{
color: #1FBEAA;
}
.AnyTagClassName
{
color: #1FBEAA;
}
</style>
background-color css
<style>
a { background-color: #1FBEAA; }
a { background-color: rgb(31,190,170); }
div.DivClassName
{
background-color: #1FBEAA;
}
.BgClassName
{
background-color: #1FBEAA;
}
</style>
border-color css
<style>
span { border-color: #1FBEAA; }
span { border-color: rgb(31,190,170); }
td.TdClassName
{
border-color: #1FBEAA;
}
.TagClassName
{
border-color: #1FBEAA;
}
</style>