Shades of Light Sea Green #1FC1C2
Tints of Light Sea Green #1FC1C2
RGB
CMYK
RGB Variations
Color information
#1FC1C2 (or 0x1FC1C2) is known color: Light Sea Green. HEX triplet: 1F, C1 and C2. RGB value is (31,193,194). Sum of RGB (Red+Green+Blue) = 31+193+194=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #1FC1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1C2 is #E03E3D. Grayscale: #909090. Windows color (decimal): -14695998 or 12763423. OLE color: 12763423.
HSL color Cylindrical-coordinate representation of color #1FC1C2: hue angle of 180.37º 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 #1FC1C2 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 194 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.24 |
| HSL | 180.37º | 0.72% | 0.44% | - |
| HSV(B) | 180.37º | 0.84% | 0.76% | - |
| XYZ | 29.37 | 42.33 | 57.66 | - |
| YUV | 144.68 | 155.83 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 194 | 0.84 | 0.01 | 0 | 0.24 | 180.37 | 0.72 | 0.44 |
| Hex | 1F | C1 | C2 | 54 | 1 | 0 | 18 | B4 | 48 | 2C |
| Octal | 37 | 301 | 302 | 124 | 1 | 0 | 30 | 264 | 110 | 54 |
| Binary | 11111 | 11000001 | 11000010 | 1010100 | 1 | 0 | 11000 | 10110100 | 1001000 | 101100 |
Color Harmonies of #1FC1C2
Complementary color
Monochromatic Colors of #1FC1C2
Black with #1FC1C2
Text Example
Text Example
White with #1FC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1C2; }
p { color: rgb(31,193,194); }
H1.HeaderClassName
{
color: #1FC1C2;
}
.AnyTagClassName
{
color: #1FC1C2;
}
</style>
background-color css
<style>
a { background-color: #1FC1C2; }
a { background-color: rgb(31,193,194); }
div.DivClassName
{
background-color: #1FC1C2;
}
.BgClassName
{
background-color: #1FC1C2;
}
</style>
border-color css
<style>
span { border-color: #1FC1C2; }
span { border-color: rgb(31,193,194); }
td.TdClassName
{
border-color: #1FC1C2;
}
.TagClassName
{
border-color: #1FC1C2;
}
</style>