Shades of Light Sea Green #1FB2AD
Tints of Light Sea Green #1FB2AD
RGB
CMYK
RGB Variations
Color information
#1FB2AD (or 0x1FB2AD) is known color: Light Sea Green. HEX triplet: 1F, B2 and AD. RGB value is (31,178,173). Sum of RGB (Red+Green+Blue) = 31+178+173=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB2AD is #E04D52. Grayscale: #858585. Windows color (decimal): -14699859 or 11383327. OLE color: 11383327.
HSL color Cylindrical-coordinate representation of color #1FB2AD: hue angle of 177.96º 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 #1FB2AD is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 173 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.30 |
| HSL | 177.96º | 0.7% | 0.41% | - |
| HSV(B) | 177.96º | 0.83% | 0.7% | - |
| XYZ | 24.03 | 35.15 | 45.05 | - |
| YUV | 133.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 173 | 0.83 | 0 | 0.03 | 0.30 | 177.96 | 0.7 | 0.41 |
| Hex | 1F | B2 | AD | 53 | 0 | 3 | 1E | B2 | 46 | 29 |
| Octal | 37 | 262 | 255 | 123 | 0 | 3 | 36 | 262 | 106 | 51 |
| Binary | 11111 | 10110010 | 10101101 | 1010011 | 0 | 11 | 11110 | 10110010 | 1000110 | 101001 |
Color Harmonies of #1FB2AD
Complementary color
Monochromatic Colors of #1FB2AD
Black with #1FB2AD
Text Example
Text Example
White with #1FB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB2AD; }
p { color: rgb(31,178,173); }
H1.HeaderClassName
{
color: #1FB2AD;
}
.AnyTagClassName
{
color: #1FB2AD;
}
</style>
background-color css
<style>
a { background-color: #1FB2AD; }
a { background-color: rgb(31,178,173); }
div.DivClassName
{
background-color: #1FB2AD;
}
.BgClassName
{
background-color: #1FB2AD;
}
</style>
border-color css
<style>
span { border-color: #1FB2AD; }
span { border-color: rgb(31,178,173); }
td.TdClassName
{
border-color: #1FB2AD;
}
.TagClassName
{
border-color: #1FB2AD;
}
</style>