Shades of Light Sea Green #1FC0C1
Tints of Light Sea Green #1FC0C1
RGB
CMYK
RGB Variations
Color information
#1FC0C1 (or 0x1FC0C1) is known color: Light Sea Green. HEX triplet: 1F, C0 and C1. RGB value is (31,192,193). Sum of RGB (Red+Green+Blue) = 31+192+193=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #1FC0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC0C1 is #E03F3E. Grayscale: #8F8F8F. Windows color (decimal): -14696255 or 12697631. OLE color: 12697631.
HSL color Cylindrical-coordinate representation of color #1FC0C1: 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 #1FC0C1 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 192 | 193 | - |
| 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.04 | 41.84 | 57 | - |
| YUV | 143.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 193 | 0.84 | 0.01 | 0 | 0.24 | 180.37 | 0.72 | 0.44 |
| Hex | 1F | C0 | C1 | 54 | 1 | 0 | 18 | B4 | 48 | 2C |
| Octal | 37 | 300 | 301 | 124 | 1 | 0 | 30 | 264 | 110 | 54 |
| Binary | 11111 | 11000000 | 11000001 | 1010100 | 1 | 0 | 11000 | 10110100 | 1001000 | 101100 |
Color Harmonies of #1FC0C1
Complementary color
Monochromatic Colors of #1FC0C1
Black with #1FC0C1
Text Example
Text Example
White with #1FC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0C1; }
p { color: rgb(31,192,193); }
H1.HeaderClassName
{
color: #1FC0C1;
}
.AnyTagClassName
{
color: #1FC0C1;
}
</style>
background-color css
<style>
a { background-color: #1FC0C1; }
a { background-color: rgb(31,192,193); }
div.DivClassName
{
background-color: #1FC0C1;
}
.BgClassName
{
background-color: #1FC0C1;
}
</style>
border-color css
<style>
span { border-color: #1FC0C1; }
span { border-color: rgb(31,192,193); }
td.TdClassName
{
border-color: #1FC0C1;
}
.TagClassName
{
border-color: #1FC0C1;
}
</style>