Shades of Light Sea Green #1FCABA
Tints of Light Sea Green #1FCABA
RGB
CMYK
RGB Variations
Color information
#1FCABA (or 0x1FCABA) is known color: Light Sea Green. HEX triplet: 1F, CA and BA. RGB value is (31,202,186). Sum of RGB (Red+Green+Blue) = 31+202+186=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCABA is #E03545. Grayscale: #949494. Windows color (decimal): -14693702 or 12241439. OLE color: 12241439.
HSL color Cylindrical-coordinate representation of color #1FCABA: hue angle of 174.39º 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 #1FCABA is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 186 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.21 |
| HSL | 174.39º | 0.73% | 0.46% | - |
| HSV(B) | 174.39º | 0.85% | 0.79% | - |
| XYZ | 30.55 | 46.08 | 53.74 | - |
| YUV | 149.05 | 148.85 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 186 | 0.85 | 0 | 0.08 | 0.21 | 174.39 | 0.73 | 0.46 |
| Hex | 1F | CA | BA | 55 | 0 | 8 | 15 | AE | 49 | 2E |
| Octal | 37 | 312 | 272 | 125 | 0 | 10 | 25 | 256 | 111 | 56 |
| Binary | 11111 | 11001010 | 10111010 | 1010101 | 0 | 1000 | 10101 | 10101110 | 1001001 | 101110 |
Color Harmonies of #1FCABA
Complementary color
Monochromatic Colors of #1FCABA
Black with #1FCABA
Text Example
Text Example
White with #1FCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCABA; }
p { color: rgb(31,202,186); }
H1.HeaderClassName
{
color: #1FCABA;
}
.AnyTagClassName
{
color: #1FCABA;
}
</style>
background-color css
<style>
a { background-color: #1FCABA; }
a { background-color: rgb(31,202,186); }
div.DivClassName
{
background-color: #1FCABA;
}
.BgClassName
{
background-color: #1FCABA;
}
</style>
border-color css
<style>
span { border-color: #1FCABA; }
span { border-color: rgb(31,202,186); }
td.TdClassName
{
border-color: #1FCABA;
}
.TagClassName
{
border-color: #1FCABA;
}
</style>