Shades of Light Sea Green #1FB7A6
Tints of Light Sea Green #1FB7A6
RGB
CMYK
RGB Variations
Color information
#1FB7A6 (or 0x1FB7A6) is known color: Light Sea Green. HEX triplet: 1F, B7 and A6. RGB value is (31,183,166). Sum of RGB (Red+Green+Blue) = 31+183+166=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB7A6 is #E04859. Grayscale: #878787. Windows color (decimal): -14698586 or 10925855. OLE color: 10925855.
HSL color Cylindrical-coordinate representation of color #1FB7A6: hue angle of 173.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB7A6 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 183 | 166 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.28 |
| HSL | 173.29º | 0.71% | 0.42% | - |
| HSV(B) | 173.29º | 0.83% | 0.72% | - |
| XYZ | 24.38 | 36.91 | 41.92 | - |
| YUV | 135.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 166 | 0.83 | 0 | 0.09 | 0.28 | 173.29 | 0.71 | 0.42 |
| Hex | 1F | B7 | A6 | 53 | 0 | 9 | 1C | AD | 47 | 2A |
| Octal | 37 | 267 | 246 | 123 | 0 | 11 | 34 | 255 | 107 | 52 |
| Binary | 11111 | 10110111 | 10100110 | 1010011 | 0 | 1001 | 11100 | 10101101 | 1000111 | 101010 |
Color Harmonies of #1FB7A6
Complementary color
Monochromatic Colors of #1FB7A6
Black with #1FB7A6
Text Example
Text Example
White with #1FB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB7A6; }
p { color: rgb(31,183,166); }
H1.HeaderClassName
{
color: #1FB7A6;
}
.AnyTagClassName
{
color: #1FB7A6;
}
</style>
background-color css
<style>
a { background-color: #1FB7A6; }
a { background-color: rgb(31,183,166); }
div.DivClassName
{
background-color: #1FB7A6;
}
.BgClassName
{
background-color: #1FB7A6;
}
</style>
border-color css
<style>
span { border-color: #1FB7A6; }
span { border-color: rgb(31,183,166); }
td.TdClassName
{
border-color: #1FB7A6;
}
.TagClassName
{
border-color: #1FB7A6;
}
</style>