Shades of Light Sea Green #1FADB5
Tints of Light Sea Green #1FADB5
RGB
CMYK
RGB Variations
Color information
#1FADB5 (or 0x1FADB5) is known color: Light Sea Green. HEX triplet: 1F, AD and B5. RGB value is (31,173,181). Sum of RGB (Red+Green+Blue) = 31+173+181=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #1FADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADB5 is #E0524A. Grayscale: #838383. Windows color (decimal): -14701131 or 11906335. OLE color: 11906335.
HSL color Cylindrical-coordinate representation of color #1FADB5: hue angle of 183.2º 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 #1FADB5 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 173 | 181 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.29 |
| HSL | 183.2º | 0.71% | 0.42% | - |
| HSV(B) | 183.2º | 0.83% | 0.71% | - |
| XYZ | 23.85 | 33.51 | 48.93 | - |
| YUV | 131.45 | 155.96 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 181 | 0.83 | 0.04 | 0 | 0.29 | 183.2 | 0.71 | 0.42 |
| Hex | 1F | AD | B5 | 53 | 4 | 0 | 1D | B7 | 47 | 2A |
| Octal | 37 | 255 | 265 | 123 | 4 | 0 | 35 | 267 | 107 | 52 |
| Binary | 11111 | 10101101 | 10110101 | 1010011 | 100 | 0 | 11101 | 10110111 | 1000111 | 101010 |
Color Harmonies of #1FADB5
Complementary color
Monochromatic Colors of #1FADB5
Black with #1FADB5
Text Example
Text Example
White with #1FADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADB5; }
p { color: rgb(31,173,181); }
H1.HeaderClassName
{
color: #1FADB5;
}
.AnyTagClassName
{
color: #1FADB5;
}
</style>
background-color css
<style>
a { background-color: #1FADB5; }
a { background-color: rgb(31,173,181); }
div.DivClassName
{
background-color: #1FADB5;
}
.BgClassName
{
background-color: #1FADB5;
}
</style>
border-color css
<style>
span { border-color: #1FADB5; }
span { border-color: rgb(31,173,181); }
td.TdClassName
{
border-color: #1FADB5;
}
.TagClassName
{
border-color: #1FADB5;
}
</style>