Shades of Light Sea Green #1FC1B7
Tints of Light Sea Green #1FC1B7
RGB
CMYK
RGB Variations
Color information
#1FC1B7 (or 0x1FC1B7) is known color: Light Sea Green. HEX triplet: 1F, C1 and B7. RGB value is (31,193,183). Sum of RGB (Red+Green+Blue) = 31+193+183=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1B7 is #E03E48. Grayscale: #8F8F8F. Windows color (decimal): -14696009 or 12042527. OLE color: 12042527.
HSL color Cylindrical-coordinate representation of color #1FC1B7: hue angle of 176.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC1B7 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 183 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.24 |
| HSL | 176.3º | 0.72% | 0.44% | - |
| HSV(B) | 176.3º | 0.84% | 0.76% | - |
| XYZ | 28.18 | 41.85 | 51.39 | - |
| YUV | 143.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 183 | 0.84 | 0 | 0.05 | 0.24 | 176.3 | 0.72 | 0.44 |
| Hex | 1F | C1 | B7 | 54 | 0 | 5 | 18 | B0 | 48 | 2C |
| Octal | 37 | 301 | 267 | 124 | 0 | 5 | 30 | 260 | 110 | 54 |
| Binary | 11111 | 11000001 | 10110111 | 1010100 | 0 | 101 | 11000 | 10110000 | 1001000 | 101100 |
Color Harmonies of #1FC1B7
Complementary color
Monochromatic Colors of #1FC1B7
Black with #1FC1B7
Text Example
Text Example
White with #1FC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1B7; }
p { color: rgb(31,193,183); }
H1.HeaderClassName
{
color: #1FC1B7;
}
.AnyTagClassName
{
color: #1FC1B7;
}
</style>
background-color css
<style>
a { background-color: #1FC1B7; }
a { background-color: rgb(31,193,183); }
div.DivClassName
{
background-color: #1FC1B7;
}
.BgClassName
{
background-color: #1FC1B7;
}
</style>
border-color css
<style>
span { border-color: #1FC1B7; }
span { border-color: rgb(31,193,183); }
td.TdClassName
{
border-color: #1FC1B7;
}
.TagClassName
{
border-color: #1FC1B7;
}
</style>