Shades of Light Sea Green #1FBAA6
Tints of Light Sea Green #1FBAA6
RGB
CMYK
RGB Variations
Color information
#1FBAA6 (or 0x1FBAA6) is known color: Light Sea Green. HEX triplet: 1F, BA and A6. RGB value is (31,186,166). Sum of RGB (Red+Green+Blue) = 31+186+166=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBAA6 is #E04559. Grayscale: #898989. Windows color (decimal): -14697818 or 10926623. OLE color: 10926623.
HSL color Cylindrical-coordinate representation of color #1FBAA6: hue angle of 172.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBAA6 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 166 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.27 |
| HSL | 172.26º | 0.71% | 0.43% | - |
| HSV(B) | 172.26º | 0.83% | 0.73% | - |
| XYZ | 25.01 | 38.16 | 42.12 | - |
| YUV | 137.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 166 | 0.83 | 0 | 0.11 | 0.27 | 172.26 | 0.71 | 0.43 |
| Hex | 1F | BA | A6 | 53 | 0 | B | 1B | AC | 47 | 2B |
| Octal | 37 | 272 | 246 | 123 | 0 | 13 | 33 | 254 | 107 | 53 |
| Binary | 11111 | 10111010 | 10100110 | 1010011 | 0 | 1011 | 11011 | 10101100 | 1000111 | 101011 |
Color Harmonies of #1FBAA6
Complementary color
Monochromatic Colors of #1FBAA6
Black with #1FBAA6
Text Example
Text Example
White with #1FBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBAA6; }
p { color: rgb(31,186,166); }
H1.HeaderClassName
{
color: #1FBAA6;
}
.AnyTagClassName
{
color: #1FBAA6;
}
</style>
background-color css
<style>
a { background-color: #1FBAA6; }
a { background-color: rgb(31,186,166); }
div.DivClassName
{
background-color: #1FBAA6;
}
.BgClassName
{
background-color: #1FBAA6;
}
</style>
border-color css
<style>
span { border-color: #1FBAA6; }
span { border-color: rgb(31,186,166); }
td.TdClassName
{
border-color: #1FBAA6;
}
.TagClassName
{
border-color: #1FBAA6;
}
</style>