Shades of Light Sea Green #1FACBC
Tints of Light Sea Green #1FACBC
RGB
CMYK
RGB Variations
Color information
#1FACBC (or 0x1FACBC) is known color: Light Sea Green. HEX triplet: 1F, AC and BC. RGB value is (31,172,188). Sum of RGB (Red+Green+Blue) = 31+172+188=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #1FACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACBC is #E05343. Grayscale: #838383. Windows color (decimal): -14701380 or 12364831. OLE color: 12364831.
HSL color Cylindrical-coordinate representation of color #1FACBC: hue angle of 186.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FACBC is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 172 | 188 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.26 |
| HSL | 186.11º | 0.72% | 0.43% | - |
| HSV(B) | 186.11º | 0.84% | 0.74% | - |
| XYZ | 24.39 | 33.43 | 52.74 | - |
| YUV | 131.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 188 | 0.84 | 0.09 | 0 | 0.26 | 186.11 | 0.72 | 0.43 |
| Hex | 1F | AC | BC | 54 | 9 | 0 | 1A | BA | 48 | 2B |
| Octal | 37 | 254 | 274 | 124 | 11 | 0 | 32 | 272 | 110 | 53 |
| Binary | 11111 | 10101100 | 10111100 | 1010100 | 1001 | 0 | 11010 | 10111010 | 1001000 | 101011 |
Color Harmonies of #1FACBC
Complementary color
Monochromatic Colors of #1FACBC
Black with #1FACBC
Text Example
Text Example
White with #1FACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACBC; }
p { color: rgb(31,172,188); }
H1.HeaderClassName
{
color: #1FACBC;
}
.AnyTagClassName
{
color: #1FACBC;
}
</style>
background-color css
<style>
a { background-color: #1FACBC; }
a { background-color: rgb(31,172,188); }
div.DivClassName
{
background-color: #1FACBC;
}
.BgClassName
{
background-color: #1FACBC;
}
</style>
border-color css
<style>
span { border-color: #1FACBC; }
span { border-color: rgb(31,172,188); }
td.TdClassName
{
border-color: #1FACBC;
}
.TagClassName
{
border-color: #1FACBC;
}
</style>