Shades of Light Sea Green #1FACBA
Tints of Light Sea Green #1FACBA
RGB
CMYK
RGB Variations
Color information
#1FACBA (or 0x1FACBA) is known color: Light Sea Green. HEX triplet: 1F, AC and BA. RGB value is (31,172,186). Sum of RGB (Red+Green+Blue) = 31+172+186=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #1FACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACBA is #E05345. Grayscale: #838383. Windows color (decimal): -14701382 or 12233759. OLE color: 12233759.
HSL color Cylindrical-coordinate representation of color #1FACBA: hue angle of 185.42º 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 #1FACBA is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 172 | 186 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.27 |
| HSL | 185.42º | 0.71% | 0.43% | - |
| HSV(B) | 185.42º | 0.83% | 0.73% | - |
| XYZ | 24.18 | 33.34 | 51.62 | - |
| YUV | 131.44 | 158.79 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 186 | 0.83 | 0.08 | 0 | 0.27 | 185.42 | 0.71 | 0.43 |
| Hex | 1F | AC | BA | 53 | 8 | 0 | 1B | B9 | 47 | 2B |
| Octal | 37 | 254 | 272 | 123 | 10 | 0 | 33 | 271 | 107 | 53 |
| Binary | 11111 | 10101100 | 10111010 | 1010011 | 1000 | 0 | 11011 | 10111001 | 1000111 | 101011 |
Color Harmonies of #1FACBA
Complementary color
Monochromatic Colors of #1FACBA
Black with #1FACBA
Text Example
Text Example
White with #1FACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACBA; }
p { color: rgb(31,172,186); }
H1.HeaderClassName
{
color: #1FACBA;
}
.AnyTagClassName
{
color: #1FACBA;
}
</style>
background-color css
<style>
a { background-color: #1FACBA; }
a { background-color: rgb(31,172,186); }
div.DivClassName
{
background-color: #1FACBA;
}
.BgClassName
{
background-color: #1FACBA;
}
</style>
border-color css
<style>
span { border-color: #1FACBA; }
span { border-color: rgb(31,172,186); }
td.TdClassName
{
border-color: #1FACBA;
}
.TagClassName
{
border-color: #1FACBA;
}
</style>