Shades of Light Sea Green #1FBABD
Tints of Light Sea Green #1FBABD
RGB
CMYK
RGB Variations
Color information
#1FBABD (or 0x1FBABD) is known color: Light Sea Green. HEX triplet: 1F, BA and BD. RGB value is (31,186,189). Sum of RGB (Red+Green+Blue) = 31+186+189=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBABD is #E04542. Grayscale: #8B8B8B. Windows color (decimal): -14697795 or 12433951. OLE color: 12433951.
HSL color Cylindrical-coordinate representation of color #1FBABD: hue angle of 181.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBABD is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 186 | 189 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.26 |
| HSL | 181.14º | 0.72% | 0.43% | - |
| HSV(B) | 181.14º | 0.84% | 0.74% | - |
| XYZ | 27.31 | 39.08 | 54.25 | - |
| YUV | 140 | 155.65 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 189 | 0.84 | 0.02 | 0 | 0.26 | 181.14 | 0.72 | 0.43 |
| Hex | 1F | BA | BD | 54 | 2 | 0 | 1A | B5 | 48 | 2B |
| Octal | 37 | 272 | 275 | 124 | 2 | 0 | 32 | 265 | 110 | 53 |
| Binary | 11111 | 10111010 | 10111101 | 1010100 | 10 | 0 | 11010 | 10110101 | 1001000 | 101011 |
Color Harmonies of #1FBABD
Complementary color
Monochromatic Colors of #1FBABD
Black with #1FBABD
Text Example
Text Example
White with #1FBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBABD; }
p { color: rgb(31,186,189); }
H1.HeaderClassName
{
color: #1FBABD;
}
.AnyTagClassName
{
color: #1FBABD;
}
</style>
background-color css
<style>
a { background-color: #1FBABD; }
a { background-color: rgb(31,186,189); }
div.DivClassName
{
background-color: #1FBABD;
}
.BgClassName
{
background-color: #1FBABD;
}
</style>
border-color css
<style>
span { border-color: #1FBABD; }
span { border-color: rgb(31,186,189); }
td.TdClassName
{
border-color: #1FBABD;
}
.TagClassName
{
border-color: #1FBABD;
}
</style>