Shades of Light Sea Green #1FABB5
Tints of Light Sea Green #1FABB5
RGB
CMYK
RGB Variations
Color information
#1FABB5 (or 0x1FABB5) is known color: Light Sea Green. HEX triplet: 1F, AB and B5. RGB value is (31,171,181). Sum of RGB (Red+Green+Blue) = 31+171+181=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #1FABB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABB5 is #E0544A. Grayscale: #828282. Windows color (decimal): -14701643 or 11905823. OLE color: 11905823.
HSL color Cylindrical-coordinate representation of color #1FABB5: hue angle of 184º 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 #1FABB5 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 171 | 181 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.29 |
| HSL | 184º | 0.71% | 0.42% | - |
| HSV(B) | 184º | 0.83% | 0.71% | - |
| XYZ | 23.47 | 32.75 | 48.8 | - |
| YUV | 130.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 181 | 0.83 | 0.06 | 0 | 0.29 | 184 | 0.71 | 0.42 |
| Hex | 1F | AB | B5 | 53 | 6 | 0 | 1D | B8 | 47 | 2A |
| Octal | 37 | 253 | 265 | 123 | 6 | 0 | 35 | 270 | 107 | 52 |
| Binary | 11111 | 10101011 | 10110101 | 1010011 | 110 | 0 | 11101 | 10111000 | 1000111 | 101010 |
Color Harmonies of #1FABB5
Complementary color
Monochromatic Colors of #1FABB5
Black with #1FABB5
Text Example
Text Example
White with #1FABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABB5; }
p { color: rgb(31,171,181); }
H1.HeaderClassName
{
color: #1FABB5;
}
.AnyTagClassName
{
color: #1FABB5;
}
</style>
background-color css
<style>
a { background-color: #1FABB5; }
a { background-color: rgb(31,171,181); }
div.DivClassName
{
background-color: #1FABB5;
}
.BgClassName
{
background-color: #1FABB5;
}
</style>
border-color css
<style>
span { border-color: #1FABB5; }
span { border-color: rgb(31,171,181); }
td.TdClassName
{
border-color: #1FABB5;
}
.TagClassName
{
border-color: #1FABB5;
}
</style>