Shades of Light Sea Green #1FCABC
Tints of Light Sea Green #1FCABC
RGB
CMYK
RGB Variations
Color information
#1FCABC (or 0x1FCABC) is known color: Light Sea Green. HEX triplet: 1F, CA and BC. RGB value is (31,202,188). Sum of RGB (Red+Green+Blue) = 31+202+188=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCABC is #E03543. Grayscale: #959595. Windows color (decimal): -14693700 or 12372511. OLE color: 12372511.
HSL color Cylindrical-coordinate representation of color #1FCABC: hue angle of 175.09º 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 #1FCABC is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 188 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.21 |
| HSL | 175.09º | 0.73% | 0.46% | - |
| HSV(B) | 175.09º | 0.85% | 0.79% | - |
| XYZ | 30.76 | 46.16 | 54.87 | - |
| YUV | 149.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 188 | 0.85 | 0 | 0.07 | 0.21 | 175.09 | 0.73 | 0.46 |
| Hex | 1F | CA | BC | 55 | 0 | 7 | 15 | AF | 49 | 2E |
| Octal | 37 | 312 | 274 | 125 | 0 | 7 | 25 | 257 | 111 | 56 |
| Binary | 11111 | 11001010 | 10111100 | 1010101 | 0 | 111 | 10101 | 10101111 | 1001001 | 101110 |
Color Harmonies of #1FCABC
Complementary color
Monochromatic Colors of #1FCABC
Black with #1FCABC
Text Example
Text Example
White with #1FCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCABC; }
p { color: rgb(31,202,188); }
H1.HeaderClassName
{
color: #1FCABC;
}
.AnyTagClassName
{
color: #1FCABC;
}
</style>
background-color css
<style>
a { background-color: #1FCABC; }
a { background-color: rgb(31,202,188); }
div.DivClassName
{
background-color: #1FCABC;
}
.BgClassName
{
background-color: #1FCABC;
}
</style>
border-color css
<style>
span { border-color: #1FCABC; }
span { border-color: rgb(31,202,188); }
td.TdClassName
{
border-color: #1FCABC;
}
.TagClassName
{
border-color: #1FCABC;
}
</style>