Shades of Light Sea Green #1FBFBD
Tints of Light Sea Green #1FBFBD
RGB
CMYK
RGB Variations
Color information
#1FBFBD (or 0x1FBFBD) is known color: Light Sea Green. HEX triplet: 1F, BF and BD. RGB value is (31,191,189). Sum of RGB (Red+Green+Blue) = 31+191+189=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFBD is #E04042. Grayscale: #8E8E8E. Windows color (decimal): -14696515 or 12435231. OLE color: 12435231.
HSL color Cylindrical-coordinate representation of color #1FBFBD: hue angle of 179.25º 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 #1FBFBD is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 189 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.25 |
| HSL | 179.25º | 0.72% | 0.44% | - |
| HSV(B) | 179.25º | 0.84% | 0.75% | - |
| XYZ | 28.38 | 41.23 | 54.61 | - |
| YUV | 142.93 | 153.99 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 189 | 0.84 | 0 | 0.01 | 0.25 | 179.25 | 0.72 | 0.44 |
| Hex | 1F | BF | BD | 54 | 0 | 1 | 19 | B3 | 48 | 2C |
| Octal | 37 | 277 | 275 | 124 | 0 | 1 | 31 | 263 | 110 | 54 |
| Binary | 11111 | 10111111 | 10111101 | 1010100 | 0 | 1 | 11001 | 10110011 | 1001000 | 101100 |
Color Harmonies of #1FBFBD
Complementary color
Monochromatic Colors of #1FBFBD
Black with #1FBFBD
Text Example
Text Example
White with #1FBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFBD; }
p { color: rgb(31,191,189); }
H1.HeaderClassName
{
color: #1FBFBD;
}
.AnyTagClassName
{
color: #1FBFBD;
}
</style>
background-color css
<style>
a { background-color: #1FBFBD; }
a { background-color: rgb(31,191,189); }
div.DivClassName
{
background-color: #1FBFBD;
}
.BgClassName
{
background-color: #1FBFBD;
}
</style>
border-color css
<style>
span { border-color: #1FBFBD; }
span { border-color: rgb(31,191,189); }
td.TdClassName
{
border-color: #1FBFBD;
}
.TagClassName
{
border-color: #1FBFBD;
}
</style>