Shades of Light Sea Green #1FBCAC
Tints of Light Sea Green #1FBCAC
RGB
CMYK
RGB Variations
Color information
#1FBCAC (or 0x1FBCAC) is known color: Light Sea Green. HEX triplet: 1F, BC and AC. RGB value is (31,188,172). Sum of RGB (Red+Green+Blue) = 31+188+172=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBCAC is #E04353. Grayscale: #8B8B8B. Windows color (decimal): -14697300 or 11320351. OLE color: 11320351.
HSL color Cylindrical-coordinate representation of color #1FBCAC: hue angle of 173.89º 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 #1FBCAC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 172 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.26 |
| HSL | 173.89º | 0.72% | 0.43% | - |
| HSV(B) | 173.89º | 0.84% | 0.74% | - |
| XYZ | 25.99 | 39.24 | 45.23 | - |
| YUV | 139.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 172 | 0.84 | 0 | 0.09 | 0.26 | 173.89 | 0.72 | 0.43 |
| Hex | 1F | BC | AC | 54 | 0 | 9 | 1A | AE | 48 | 2B |
| Octal | 37 | 274 | 254 | 124 | 0 | 11 | 32 | 256 | 110 | 53 |
| Binary | 11111 | 10111100 | 10101100 | 1010100 | 0 | 1001 | 11010 | 10101110 | 1001000 | 101011 |
Color Harmonies of #1FBCAC
Complementary color
Monochromatic Colors of #1FBCAC
Black with #1FBCAC
Text Example
Text Example
White with #1FBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCAC; }
p { color: rgb(31,188,172); }
H1.HeaderClassName
{
color: #1FBCAC;
}
.AnyTagClassName
{
color: #1FBCAC;
}
</style>
background-color css
<style>
a { background-color: #1FBCAC; }
a { background-color: rgb(31,188,172); }
div.DivClassName
{
background-color: #1FBCAC;
}
.BgClassName
{
background-color: #1FBCAC;
}
</style>
border-color css
<style>
span { border-color: #1FBCAC; }
span { border-color: rgb(31,188,172); }
td.TdClassName
{
border-color: #1FBCAC;
}
.TagClassName
{
border-color: #1FBCAC;
}
</style>