Shades of Light Sea Green #1FCBAE
Tints of Light Sea Green #1FCBAE
RGB
CMYK
RGB Variations
Color information
#1FCBAE (or 0x1FCBAE) is known color: Light Sea Green. HEX triplet: 1F, CB and AE. RGB value is (31,203,174). Sum of RGB (Red+Green+Blue) = 31+203+174=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCBAE is #E03451. Grayscale: #949494. Windows color (decimal): -14693458 or 11455263. OLE color: 11455263.
HSL color Cylindrical-coordinate representation of color #1FCBAE: hue angle of 169.88º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCBAE is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 174 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.20 |
| HSL | 169.88º | 0.74% | 0.46% | - |
| HSV(B) | 169.88º | 0.85% | 0.8% | - |
| XYZ | 29.56 | 46.06 | 47.38 | - |
| YUV | 148.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 174 | 0.85 | 0 | 0.14 | 0.20 | 169.88 | 0.74 | 0.46 |
| Hex | 1F | CB | AE | 55 | 0 | E | 14 | AA | 4A | 2E |
| Octal | 37 | 313 | 256 | 125 | 0 | 16 | 24 | 252 | 112 | 56 |
| Binary | 11111 | 11001011 | 10101110 | 1010101 | 0 | 1110 | 10100 | 10101010 | 1001010 | 101110 |
Color Harmonies of #1FCBAE
Complementary color
Monochromatic Colors of #1FCBAE
Black with #1FCBAE
Text Example
Text Example
White with #1FCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBAE; }
p { color: rgb(31,203,174); }
H1.HeaderClassName
{
color: #1FCBAE;
}
.AnyTagClassName
{
color: #1FCBAE;
}
</style>
background-color css
<style>
a { background-color: #1FCBAE; }
a { background-color: rgb(31,203,174); }
div.DivClassName
{
background-color: #1FCBAE;
}
.BgClassName
{
background-color: #1FCBAE;
}
</style>
border-color css
<style>
span { border-color: #1FCBAE; }
span { border-color: rgb(31,203,174); }
td.TdClassName
{
border-color: #1FCBAE;
}
.TagClassName
{
border-color: #1FCBAE;
}
</style>