Shades of Light Sea Green #1FCAAA
Tints of Light Sea Green #1FCAAA
RGB
CMYK
RGB Variations
Color information
#1FCAAA (or 0x1FCAAA) is known color: Light Sea Green. HEX triplet: 1F, CA and AA. RGB value is (31,202,170). Sum of RGB (Red+Green+Blue) = 31+202+170=403 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.69% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCAAA is #E03555. Grayscale: #939393. Windows color (decimal): -14693718 or 11192863. OLE color: 11192863.
HSL color Cylindrical-coordinate representation of color #1FCAAA: hue angle of 168.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCAAA is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 170 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.21 |
| HSL | 168.77º | 0.73% | 0.46% | - |
| HSV(B) | 168.77º | 0.85% | 0.79% | - |
| XYZ | 28.94 | 45.43 | 45.27 | - |
| YUV | 147.22 | 140.85 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 170 | 0.85 | 0 | 0.16 | 0.21 | 168.77 | 0.73 | 0.46 |
| Hex | 1F | CA | AA | 55 | 0 | 10 | 15 | A9 | 49 | 2E |
| Octal | 37 | 312 | 252 | 125 | 0 | 20 | 25 | 251 | 111 | 56 |
| Binary | 11111 | 11001010 | 10101010 | 1010101 | 0 | 10000 | 10101 | 10101001 | 1001001 | 101110 |
Color Harmonies of #1FCAAA
Complementary color
Monochromatic Colors of #1FCAAA
Black with #1FCAAA
Text Example
Text Example
White with #1FCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAAA; }
p { color: rgb(31,202,170); }
H1.HeaderClassName
{
color: #1FCAAA;
}
.AnyTagClassName
{
color: #1FCAAA;
}
</style>
background-color css
<style>
a { background-color: #1FCAAA; }
a { background-color: rgb(31,202,170); }
div.DivClassName
{
background-color: #1FCAAA;
}
.BgClassName
{
background-color: #1FCAAA;
}
</style>
border-color css
<style>
span { border-color: #1FCAAA; }
span { border-color: rgb(31,202,170); }
td.TdClassName
{
border-color: #1FCAAA;
}
.TagClassName
{
border-color: #1FCAAA;
}
</style>