Shades of Light Sea Green #1FADB0
Tints of Light Sea Green #1FADB0
RGB
CMYK
RGB Variations
Color information
#1FADB0 (or 0x1FADB0) is known color: Light Sea Green. HEX triplet: 1F, AD and B0. RGB value is (31,173,176). Sum of RGB (Red+Green+Blue) = 31+173+176=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 176 - color contains mainly: blue. Hex color #1FADB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FADB0 is #E0524F. Grayscale: #828282. Windows color (decimal): -14701136 or 11578655. OLE color: 11578655.
HSL color Cylindrical-coordinate representation of color #1FADB0: hue angle of 181.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FADB0 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 173 | 176 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.31 |
| HSL | 181.24º | 0.7% | 0.41% | - |
| HSV(B) | 181.24º | 0.82% | 0.69% | - |
| XYZ | 23.35 | 33.31 | 46.27 | - |
| YUV | 130.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 176 | 0.82 | 0.02 | 0 | 0.31 | 181.24 | 0.7 | 0.41 |
| Hex | 1F | AD | B0 | 52 | 2 | 0 | 1F | B5 | 46 | 29 |
| Octal | 37 | 255 | 260 | 122 | 2 | 0 | 37 | 265 | 106 | 51 |
| Binary | 11111 | 10101101 | 10110000 | 1010010 | 10 | 0 | 11111 | 10110101 | 1000110 | 101001 |
Color Harmonies of #1FADB0
Complementary color
Monochromatic Colors of #1FADB0
Black with #1FADB0
Text Example
Text Example
White with #1FADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADB0; }
p { color: rgb(31,173,176); }
H1.HeaderClassName
{
color: #1FADB0;
}
.AnyTagClassName
{
color: #1FADB0;
}
</style>
background-color css
<style>
a { background-color: #1FADB0; }
a { background-color: rgb(31,173,176); }
div.DivClassName
{
background-color: #1FADB0;
}
.BgClassName
{
background-color: #1FADB0;
}
</style>
border-color css
<style>
span { border-color: #1FADB0; }
span { border-color: rgb(31,173,176); }
td.TdClassName
{
border-color: #1FADB0;
}
.TagClassName
{
border-color: #1FADB0;
}
</style>