Shades of Light Sea Green #1FB4AD
Tints of Light Sea Green #1FB4AD
RGB
CMYK
RGB Variations
Color information
#1FB4AD (or 0x1FB4AD) is known color: Light Sea Green. HEX triplet: 1F, B4 and AD. RGB value is (31,180,173). Sum of RGB (Red+Green+Blue) = 31+180+173=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB4AD is #E04B52. Grayscale: #868686. Windows color (decimal): -14699347 or 11383839. OLE color: 11383839.
HSL color Cylindrical-coordinate representation of color #1FB4AD: hue angle of 177.18º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB4AD is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 173 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.29 |
| HSL | 177.18º | 0.71% | 0.41% | - |
| HSV(B) | 177.18º | 0.83% | 0.71% | - |
| XYZ | 24.43 | 35.95 | 45.19 | - |
| YUV | 134.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 173 | 0.83 | 0 | 0.04 | 0.29 | 177.18 | 0.71 | 0.41 |
| Hex | 1F | B4 | AD | 53 | 0 | 4 | 1D | B1 | 47 | 29 |
| Octal | 37 | 264 | 255 | 123 | 0 | 4 | 35 | 261 | 107 | 51 |
| Binary | 11111 | 10110100 | 10101101 | 1010011 | 0 | 100 | 11101 | 10110001 | 1000111 | 101001 |
Color Harmonies of #1FB4AD
Complementary color
Monochromatic Colors of #1FB4AD
Black with #1FB4AD
Text Example
Text Example
White with #1FB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB4AD; }
p { color: rgb(31,180,173); }
H1.HeaderClassName
{
color: #1FB4AD;
}
.AnyTagClassName
{
color: #1FB4AD;
}
</style>
background-color css
<style>
a { background-color: #1FB4AD; }
a { background-color: rgb(31,180,173); }
div.DivClassName
{
background-color: #1FB4AD;
}
.BgClassName
{
background-color: #1FB4AD;
}
</style>
border-color css
<style>
span { border-color: #1FB4AD; }
span { border-color: rgb(31,180,173); }
td.TdClassName
{
border-color: #1FB4AD;
}
.TagClassName
{
border-color: #1FB4AD;
}
</style>