Shades of Light Sea Green #1FADB9
Tints of Light Sea Green #1FADB9
RGB
CMYK
RGB Variations
Color information
#1FADB9 (or 0x1FADB9) is known color: Light Sea Green. HEX triplet: 1F, AD and B9. RGB value is (31,173,185). Sum of RGB (Red+Green+Blue) = 31+173+185=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #1FADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADB9 is #E05246. Grayscale: #838383. Windows color (decimal): -14701127 or 12168479. OLE color: 12168479.
HSL color Cylindrical-coordinate representation of color #1FADB9: hue angle of 184.68º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FADB9 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 173 | 185 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.27 |
| HSL | 184.68º | 0.71% | 0.42% | - |
| HSV(B) | 184.68º | 0.83% | 0.73% | - |
| XYZ | 24.27 | 33.68 | 51.12 | - |
| YUV | 131.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 185 | 0.83 | 0.06 | 0 | 0.27 | 184.68 | 0.71 | 0.42 |
| Hex | 1F | AD | B9 | 53 | 6 | 0 | 1B | B9 | 47 | 2A |
| Octal | 37 | 255 | 271 | 123 | 6 | 0 | 33 | 271 | 107 | 52 |
| Binary | 11111 | 10101101 | 10111001 | 1010011 | 110 | 0 | 11011 | 10111001 | 1000111 | 101010 |
Color Harmonies of #1FADB9
Complementary color
Monochromatic Colors of #1FADB9
Black with #1FADB9
Text Example
Text Example
White with #1FADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADB9; }
p { color: rgb(31,173,185); }
H1.HeaderClassName
{
color: #1FADB9;
}
.AnyTagClassName
{
color: #1FADB9;
}
</style>
background-color css
<style>
a { background-color: #1FADB9; }
a { background-color: rgb(31,173,185); }
div.DivClassName
{
background-color: #1FADB9;
}
.BgClassName
{
background-color: #1FADB9;
}
</style>
border-color css
<style>
span { border-color: #1FADB9; }
span { border-color: rgb(31,173,185); }
td.TdClassName
{
border-color: #1FADB9;
}
.TagClassName
{
border-color: #1FADB9;
}
</style>