Shades of Light Sea Green #1FC8BC
Tints of Light Sea Green #1FC8BC
RGB
CMYK
RGB Variations
Color information
#1FC8BC (or 0x1FC8BC) is known color: Light Sea Green. HEX triplet: 1F, C8 and BC. RGB value is (31,200,188). Sum of RGB (Red+Green+Blue) = 31+200+188=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC8BC is #E03743. Grayscale: #939393. Windows color (decimal): -14694212 or 12371999. OLE color: 12371999.
HSL color Cylindrical-coordinate representation of color #1FC8BC: hue angle of 175.74º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC8BC is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 188 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.22 |
| HSL | 175.74º | 0.73% | 0.45% | - |
| HSV(B) | 175.74º | 0.85% | 0.78% | - |
| XYZ | 30.3 | 45.23 | 54.71 | - |
| YUV | 148.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 188 | 0.84 | 0 | 0.06 | 0.22 | 175.74 | 0.73 | 0.45 |
| Hex | 1F | C8 | BC | 54 | 0 | 6 | 16 | B0 | 49 | 2D |
| Octal | 37 | 310 | 274 | 124 | 0 | 6 | 26 | 260 | 111 | 55 |
| Binary | 11111 | 11001000 | 10111100 | 1010100 | 0 | 110 | 10110 | 10110000 | 1001001 | 101101 |
Color Harmonies of #1FC8BC
Complementary color
Monochromatic Colors of #1FC8BC
Black with #1FC8BC
Text Example
Text Example
White with #1FC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC8BC; }
p { color: rgb(31,200,188); }
H1.HeaderClassName
{
color: #1FC8BC;
}
.AnyTagClassName
{
color: #1FC8BC;
}
</style>
background-color css
<style>
a { background-color: #1FC8BC; }
a { background-color: rgb(31,200,188); }
div.DivClassName
{
background-color: #1FC8BC;
}
.BgClassName
{
background-color: #1FC8BC;
}
</style>
border-color css
<style>
span { border-color: #1FC8BC; }
span { border-color: rgb(31,200,188); }
td.TdClassName
{
border-color: #1FC8BC;
}
.TagClassName
{
border-color: #1FC8BC;
}
</style>