Shades of Light Sea Green #1FABAD
Tints of Light Sea Green #1FABAD
RGB
CMYK
RGB Variations
Color information
#1FABAD (or 0x1FABAD) is known color: Light Sea Green. HEX triplet: 1F, AB and AD. RGB value is (31,171,173). Sum of RGB (Red+Green+Blue) = 31+171+173=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #1FABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABAD is #E05452. Grayscale: #818181. Windows color (decimal): -14701651 or 11381535. OLE color: 11381535.
HSL color Cylindrical-coordinate representation of color #1FABAD: hue angle of 180.85º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FABAD is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 171 | 173 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.32 |
| HSL | 180.85º | 0.7% | 0.4% | - |
| HSV(B) | 180.85º | 0.82% | 0.68% | - |
| XYZ | 22.67 | 32.43 | 44.6 | - |
| YUV | 129.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 173 | 0.82 | 0.01 | 0 | 0.32 | 180.85 | 0.7 | 0.4 |
| Hex | 1F | AB | AD | 52 | 1 | 0 | 20 | B5 | 46 | 28 |
| Octal | 37 | 253 | 255 | 122 | 1 | 0 | 40 | 265 | 106 | 50 |
| Binary | 11111 | 10101011 | 10101101 | 1010010 | 1 | 0 | 100000 | 10110101 | 1000110 | 101000 |
Color Harmonies of #1FABAD
Complementary color
Monochromatic Colors of #1FABAD
Black with #1FABAD
Text Example
Text Example
White with #1FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABAD; }
p { color: rgb(31,171,173); }
H1.HeaderClassName
{
color: #1FABAD;
}
.AnyTagClassName
{
color: #1FABAD;
}
</style>
background-color css
<style>
a { background-color: #1FABAD; }
a { background-color: rgb(31,171,173); }
div.DivClassName
{
background-color: #1FABAD;
}
.BgClassName
{
background-color: #1FABAD;
}
</style>
border-color css
<style>
span { border-color: #1FABAD; }
span { border-color: rgb(31,171,173); }
td.TdClassName
{
border-color: #1FABAD;
}
.TagClassName
{
border-color: #1FABAD;
}
</style>