Shades of Light Sea Green #1FBCAB
Tints of Light Sea Green #1FBCAB
RGB
CMYK
RGB Variations
Color information
#1FBCAB (or 0x1FBCAB) is known color: Light Sea Green. HEX triplet: 1F, BC and AB. RGB value is (31,188,171). Sum of RGB (Red+Green+Blue) = 31+188+171=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBCAB is #E04354. Grayscale: #8B8B8B. Windows color (decimal): -14697301 or 11254815. OLE color: 11254815.
HSL color Cylindrical-coordinate representation of color #1FBCAB: hue angle of 173.5º 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 #1FBCAB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 171 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.26 |
| HSL | 173.5º | 0.72% | 0.43% | - |
| HSV(B) | 173.5º | 0.84% | 0.74% | - |
| XYZ | 25.9 | 39.2 | 44.73 | - |
| YUV | 139.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 171 | 0.84 | 0 | 0.09 | 0.26 | 173.5 | 0.72 | 0.43 |
| Hex | 1F | BC | AB | 54 | 0 | 9 | 1A | AE | 48 | 2B |
| Octal | 37 | 274 | 253 | 124 | 0 | 11 | 32 | 256 | 110 | 53 |
| Binary | 11111 | 10111100 | 10101011 | 1010100 | 0 | 1001 | 11010 | 10101110 | 1001000 | 101011 |
Color Harmonies of #1FBCAB
Complementary color
Monochromatic Colors of #1FBCAB
Black with #1FBCAB
Text Example
Text Example
White with #1FBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCAB; }
p { color: rgb(31,188,171); }
H1.HeaderClassName
{
color: #1FBCAB;
}
.AnyTagClassName
{
color: #1FBCAB;
}
</style>
background-color css
<style>
a { background-color: #1FBCAB; }
a { background-color: rgb(31,188,171); }
div.DivClassName
{
background-color: #1FBCAB;
}
.BgClassName
{
background-color: #1FBCAB;
}
</style>
border-color css
<style>
span { border-color: #1FBCAB; }
span { border-color: rgb(31,188,171); }
td.TdClassName
{
border-color: #1FBCAB;
}
.TagClassName
{
border-color: #1FBCAB;
}
</style>