Shades of Light Sea Green #1FBFBC
Tints of Light Sea Green #1FBFBC
RGB
CMYK
RGB Variations
Color information
#1FBFBC (or 0x1FBFBC) is known color: Light Sea Green. HEX triplet: 1F, BF and BC. RGB value is (31,191,188). Sum of RGB (Red+Green+Blue) = 31+191+188=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFBC is #E04043. Grayscale: #8E8E8E. Windows color (decimal): -14696516 or 12369695. OLE color: 12369695.
HSL color Cylindrical-coordinate representation of color #1FBFBC: hue angle of 178.88º 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 #1FBFBC is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 188 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.25 |
| HSL | 178.88º | 0.72% | 0.44% | - |
| HSV(B) | 178.88º | 0.84% | 0.75% | - |
| XYZ | 28.27 | 41.18 | 54.04 | - |
| YUV | 142.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 188 | 0.84 | 0 | 0.02 | 0.25 | 178.88 | 0.72 | 0.44 |
| Hex | 1F | BF | BC | 54 | 0 | 2 | 19 | B3 | 48 | 2C |
| Octal | 37 | 277 | 274 | 124 | 0 | 2 | 31 | 263 | 110 | 54 |
| Binary | 11111 | 10111111 | 10111100 | 1010100 | 0 | 10 | 11001 | 10110011 | 1001000 | 101100 |
Color Harmonies of #1FBFBC
Complementary color
Monochromatic Colors of #1FBFBC
Black with #1FBFBC
Text Example
Text Example
White with #1FBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFBC; }
p { color: rgb(31,191,188); }
H1.HeaderClassName
{
color: #1FBFBC;
}
.AnyTagClassName
{
color: #1FBFBC;
}
</style>
background-color css
<style>
a { background-color: #1FBFBC; }
a { background-color: rgb(31,191,188); }
div.DivClassName
{
background-color: #1FBFBC;
}
.BgClassName
{
background-color: #1FBFBC;
}
</style>
border-color css
<style>
span { border-color: #1FBFBC; }
span { border-color: rgb(31,191,188); }
td.TdClassName
{
border-color: #1FBFBC;
}
.TagClassName
{
border-color: #1FBFBC;
}
</style>