Shades of Light Sea Green #1FBFC1
Tints of Light Sea Green #1FBFC1
RGB
CMYK
RGB Variations
Color information
#1FBFC1 (or 0x1FBFC1) is known color: Light Sea Green. HEX triplet: 1F, BF and C1. RGB value is (31,191,193). Sum of RGB (Red+Green+Blue) = 31+191+193=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #1FBFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFC1 is #E0403E. Grayscale: #8F8F8F. Windows color (decimal): -14696511 or 12697375. OLE color: 12697375.
HSL color Cylindrical-coordinate representation of color #1FBFC1: hue angle of 180.74º 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 #1FBFC1 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 191 | 193 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.24 |
| HSL | 180.74º | 0.72% | 0.44% | - |
| HSV(B) | 180.74º | 0.84% | 0.76% | - |
| XYZ | 28.82 | 41.4 | 56.92 | - |
| YUV | 143.39 | 155.99 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 193 | 0.84 | 0.01 | 0 | 0.24 | 180.74 | 0.72 | 0.44 |
| Hex | 1F | BF | C1 | 54 | 1 | 0 | 18 | B5 | 48 | 2C |
| Octal | 37 | 277 | 301 | 124 | 1 | 0 | 30 | 265 | 110 | 54 |
| Binary | 11111 | 10111111 | 11000001 | 1010100 | 1 | 0 | 11000 | 10110101 | 1001000 | 101100 |
Color Harmonies of #1FBFC1
Complementary color
Monochromatic Colors of #1FBFC1
Black with #1FBFC1
Text Example
Text Example
White with #1FBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFC1; }
p { color: rgb(31,191,193); }
H1.HeaderClassName
{
color: #1FBFC1;
}
.AnyTagClassName
{
color: #1FBFC1;
}
</style>
background-color css
<style>
a { background-color: #1FBFC1; }
a { background-color: rgb(31,191,193); }
div.DivClassName
{
background-color: #1FBFC1;
}
.BgClassName
{
background-color: #1FBFC1;
}
</style>
border-color css
<style>
span { border-color: #1FBFC1; }
span { border-color: rgb(31,191,193); }
td.TdClassName
{
border-color: #1FBFC1;
}
.TagClassName
{
border-color: #1FBFC1;
}
</style>