Shades of Light Sea Green #1FBFC0
Tints of Light Sea Green #1FBFC0
RGB
CMYK
RGB Variations
Color information
#1FBFC0 (or 0x1FBFC0) is known color: Light Sea Green. HEX triplet: 1F, BF and C0. RGB value is (31,191,192). Sum of RGB (Red+Green+Blue) = 31+191+192=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FBFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFC0 is #E0403F. Grayscale: #8F8F8F. Windows color (decimal): -14696512 or 12631839. OLE color: 12631839.
HSL color Cylindrical-coordinate representation of color #1FBFC0: hue angle of 180.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBFC0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 192 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.25 |
| HSL | 180.37º | 0.72% | 0.44% | - |
| HSV(B) | 180.37º | 0.84% | 0.75% | - |
| XYZ | 28.71 | 41.36 | 56.34 | - |
| YUV | 143.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 192 | 0.84 | 0.01 | 0 | 0.25 | 180.37 | 0.72 | 0.44 |
| Hex | 1F | BF | C0 | 54 | 1 | 0 | 19 | B4 | 48 | 2C |
| Octal | 37 | 277 | 300 | 124 | 1 | 0 | 31 | 264 | 110 | 54 |
| Binary | 11111 | 10111111 | 11000000 | 1010100 | 1 | 0 | 11001 | 10110100 | 1001000 | 101100 |
Color Harmonies of #1FBFC0
Complementary color
Monochromatic Colors of #1FBFC0
Black with #1FBFC0
Text Example
Text Example
White with #1FBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFC0; }
p { color: rgb(31,191,192); }
H1.HeaderClassName
{
color: #1FBFC0;
}
.AnyTagClassName
{
color: #1FBFC0;
}
</style>
background-color css
<style>
a { background-color: #1FBFC0; }
a { background-color: rgb(31,191,192); }
div.DivClassName
{
background-color: #1FBFC0;
}
.BgClassName
{
background-color: #1FBFC0;
}
</style>
border-color css
<style>
span { border-color: #1FBFC0; }
span { border-color: rgb(31,191,192); }
td.TdClassName
{
border-color: #1FBFC0;
}
.TagClassName
{
border-color: #1FBFC0;
}
</style>