Shades of Light Sea Green #1FB2AA
Tints of Light Sea Green #1FB2AA
RGB
CMYK
RGB Variations
Color information
#1FB2AA (or 0x1FB2AA) is known color: Light Sea Green. HEX triplet: 1F, B2 and AA. RGB value is (31,178,170). Sum of RGB (Red+Green+Blue) = 31+178+170=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB2AA is #E04D55. Grayscale: #858585. Windows color (decimal): -14699862 or 11186719. OLE color: 11186719.
HSL color Cylindrical-coordinate representation of color #1FB2AA: hue angle of 176.73º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB2AA is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 170 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.30 |
| HSL | 176.73º | 0.7% | 0.41% | - |
| HSV(B) | 176.73º | 0.83% | 0.7% | - |
| XYZ | 23.74 | 35.03 | 43.54 | - |
| YUV | 133.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 170 | 0.83 | 0 | 0.04 | 0.30 | 176.73 | 0.7 | 0.41 |
| Hex | 1F | B2 | AA | 53 | 0 | 4 | 1E | B1 | 46 | 29 |
| Octal | 37 | 262 | 252 | 123 | 0 | 4 | 36 | 261 | 106 | 51 |
| Binary | 11111 | 10110010 | 10101010 | 1010011 | 0 | 100 | 11110 | 10110001 | 1000110 | 101001 |
Color Harmonies of #1FB2AA
Complementary color
Monochromatic Colors of #1FB2AA
Black with #1FB2AA
Text Example
Text Example
White with #1FB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB2AA; }
p { color: rgb(31,178,170); }
H1.HeaderClassName
{
color: #1FB2AA;
}
.AnyTagClassName
{
color: #1FB2AA;
}
</style>
background-color css
<style>
a { background-color: #1FB2AA; }
a { background-color: rgb(31,178,170); }
div.DivClassName
{
background-color: #1FB2AA;
}
.BgClassName
{
background-color: #1FB2AA;
}
</style>
border-color css
<style>
span { border-color: #1FB2AA; }
span { border-color: rgb(31,178,170); }
td.TdClassName
{
border-color: #1FB2AA;
}
.TagClassName
{
border-color: #1FB2AA;
}
</style>