Shades of Light Sea Green #1FBABF
Tints of Light Sea Green #1FBABF
RGB
CMYK
RGB Variations
Color information
#1FBABF (or 0x1FBABF) is known color: Light Sea Green. HEX triplet: 1F, BA and BF. RGB value is (31,186,191). Sum of RGB (Red+Green+Blue) = 31+186+191=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #1FBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBABF is #E04540. Grayscale: #8C8C8C. Windows color (decimal): -14697793 or 12565023. OLE color: 12565023.
HSL color Cylindrical-coordinate representation of color #1FBABF: hue angle of 181.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 #1FBABF is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 186 | 191 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.25 |
| HSL | 181.88º | 0.72% | 0.44% | - |
| HSV(B) | 181.88º | 0.84% | 0.75% | - |
| XYZ | 27.53 | 39.17 | 55.4 | - |
| YUV | 140.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 191 | 0.84 | 0.03 | 0 | 0.25 | 181.88 | 0.72 | 0.44 |
| Hex | 1F | BA | BF | 54 | 3 | 0 | 19 | B6 | 48 | 2C |
| Octal | 37 | 272 | 277 | 124 | 3 | 0 | 31 | 266 | 110 | 54 |
| Binary | 11111 | 10111010 | 10111111 | 1010100 | 11 | 0 | 11001 | 10110110 | 1001000 | 101100 |
Color Harmonies of #1FBABF
Complementary color
Monochromatic Colors of #1FBABF
Black with #1FBABF
Text Example
Text Example
White with #1FBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBABF; }
p { color: rgb(31,186,191); }
H1.HeaderClassName
{
color: #1FBABF;
}
.AnyTagClassName
{
color: #1FBABF;
}
</style>
background-color css
<style>
a { background-color: #1FBABF; }
a { background-color: rgb(31,186,191); }
div.DivClassName
{
background-color: #1FBABF;
}
.BgClassName
{
background-color: #1FBABF;
}
</style>
border-color css
<style>
span { border-color: #1FBABF; }
span { border-color: rgb(31,186,191); }
td.TdClassName
{
border-color: #1FBABF;
}
.TagClassName
{
border-color: #1FBABF;
}
</style>