Shades of Light Sea Green #1FABB6
Tints of Light Sea Green #1FABB6
RGB
CMYK
RGB Variations
Color information
#1FABB6 (or 0x1FABB6) is known color: Light Sea Green. HEX triplet: 1F, AB and B6. RGB value is (31,171,182). Sum of RGB (Red+Green+Blue) = 31+171+182=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #1FABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABB6 is #E05449. Grayscale: #828282. Windows color (decimal): -14701642 or 11971359. OLE color: 11971359.
HSL color Cylindrical-coordinate representation of color #1FABB6: hue angle of 184.37º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FABB6 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 171 | 182 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.29 |
| HSL | 184.37º | 0.71% | 0.42% | - |
| HSV(B) | 184.37º | 0.83% | 0.71% | - |
| XYZ | 23.57 | 32.79 | 49.34 | - |
| YUV | 130.39 | 157.12 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 182 | 0.83 | 0.06 | 0 | 0.29 | 184.37 | 0.71 | 0.42 |
| Hex | 1F | AB | B6 | 53 | 6 | 0 | 1D | B8 | 47 | 2A |
| Octal | 37 | 253 | 266 | 123 | 6 | 0 | 35 | 270 | 107 | 52 |
| Binary | 11111 | 10101011 | 10110110 | 1010011 | 110 | 0 | 11101 | 10111000 | 1000111 | 101010 |
Color Harmonies of #1FABB6
Complementary color
Monochromatic Colors of #1FABB6
Black with #1FABB6
Text Example
Text Example
White with #1FABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABB6; }
p { color: rgb(31,171,182); }
H1.HeaderClassName
{
color: #1FABB6;
}
.AnyTagClassName
{
color: #1FABB6;
}
</style>
background-color css
<style>
a { background-color: #1FABB6; }
a { background-color: rgb(31,171,182); }
div.DivClassName
{
background-color: #1FABB6;
}
.BgClassName
{
background-color: #1FABB6;
}
</style>
border-color css
<style>
span { border-color: #1FABB6; }
span { border-color: rgb(31,171,182); }
td.TdClassName
{
border-color: #1FABB6;
}
.TagClassName
{
border-color: #1FABB6;
}
</style>