Shades of Light Sea Green #1FAEBD
Tints of Light Sea Green #1FAEBD
RGB
CMYK
RGB Variations
Color information
#1FAEBD (or 0x1FAEBD) is known color: Light Sea Green. HEX triplet: 1F, AE and BD. RGB value is (31,174,189). Sum of RGB (Red+Green+Blue) = 31+174+189=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEBD is #E05142. Grayscale: #848484. Windows color (decimal): -14700867 or 12430879. OLE color: 12430879.
HSL color Cylindrical-coordinate representation of color #1FAEBD: hue angle of 185.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FAEBD is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 174 | 189 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.26 |
| HSL | 185.7º | 0.72% | 0.43% | - |
| HSV(B) | 185.7º | 0.84% | 0.74% | - |
| XYZ | 24.89 | 34.24 | 53.44 | - |
| YUV | 132.95 | 159.62 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 189 | 0.84 | 0.08 | 0 | 0.26 | 185.7 | 0.72 | 0.43 |
| Hex | 1F | AE | BD | 54 | 8 | 0 | 1A | BA | 48 | 2B |
| Octal | 37 | 256 | 275 | 124 | 10 | 0 | 32 | 272 | 110 | 53 |
| Binary | 11111 | 10101110 | 10111101 | 1010100 | 1000 | 0 | 11010 | 10111010 | 1001000 | 101011 |
Color Harmonies of #1FAEBD
Complementary color
Monochromatic Colors of #1FAEBD
Black with #1FAEBD
Text Example
Text Example
White with #1FAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEBD; }
p { color: rgb(31,174,189); }
H1.HeaderClassName
{
color: #1FAEBD;
}
.AnyTagClassName
{
color: #1FAEBD;
}
</style>
background-color css
<style>
a { background-color: #1FAEBD; }
a { background-color: rgb(31,174,189); }
div.DivClassName
{
background-color: #1FAEBD;
}
.BgClassName
{
background-color: #1FAEBD;
}
</style>
border-color css
<style>
span { border-color: #1FAEBD; }
span { border-color: rgb(31,174,189); }
td.TdClassName
{
border-color: #1FAEBD;
}
.TagClassName
{
border-color: #1FAEBD;
}
</style>