Shades of Light Sea Green #1FBABC
Tints of Light Sea Green #1FBABC
RGB
CMYK
RGB Variations
Color information
#1FBABC (or 0x1FBABC) is known color: Light Sea Green. HEX triplet: 1F, BA and BC. RGB value is (31,186,188). Sum of RGB (Red+Green+Blue) = 31+186+188=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #1FBABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBABC is #E04543. Grayscale: #8B8B8B. Windows color (decimal): -14697796 or 12368415. OLE color: 12368415.
HSL color Cylindrical-coordinate representation of color #1FBABC: hue angle of 180.76º 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 #1FBABC is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 186 | 188 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.26 |
| HSL | 180.76º | 0.72% | 0.43% | - |
| HSV(B) | 180.76º | 0.84% | 0.74% | - |
| XYZ | 27.2 | 39.04 | 53.68 | - |
| YUV | 139.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 188 | 0.84 | 0.01 | 0 | 0.26 | 180.76 | 0.72 | 0.43 |
| Hex | 1F | BA | BC | 54 | 1 | 0 | 1A | B5 | 48 | 2B |
| Octal | 37 | 272 | 274 | 124 | 1 | 0 | 32 | 265 | 110 | 53 |
| Binary | 11111 | 10111010 | 10111100 | 1010100 | 1 | 0 | 11010 | 10110101 | 1001000 | 101011 |
Color Harmonies of #1FBABC
Complementary color
Monochromatic Colors of #1FBABC
Black with #1FBABC
Text Example
Text Example
White with #1FBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBABC; }
p { color: rgb(31,186,188); }
H1.HeaderClassName
{
color: #1FBABC;
}
.AnyTagClassName
{
color: #1FBABC;
}
</style>
background-color css
<style>
a { background-color: #1FBABC; }
a { background-color: rgb(31,186,188); }
div.DivClassName
{
background-color: #1FBABC;
}
.BgClassName
{
background-color: #1FBABC;
}
</style>
border-color css
<style>
span { border-color: #1FBABC; }
span { border-color: rgb(31,186,188); }
td.TdClassName
{
border-color: #1FBABC;
}
.TagClassName
{
border-color: #1FBABC;
}
</style>