Shades of Light Sea Green #1FBCC0
Tints of Light Sea Green #1FBCC0
RGB
CMYK
RGB Variations
Color information
#1FBCC0 (or 0x1FBCC0) is known color: Light Sea Green. HEX triplet: 1F, BC and C0. RGB value is (31,188,192). Sum of RGB (Red+Green+Blue) = 31+188+192=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FBCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCC0 is #E0433F. Grayscale: #8D8D8D. Windows color (decimal): -14697280 or 12631071. OLE color: 12631071.
HSL color Cylindrical-coordinate representation of color #1FBCC0: hue angle of 181.49º 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 #1FBCC0 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 188 | 192 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.25 |
| HSL | 181.49º | 0.72% | 0.44% | - |
| HSV(B) | 181.49º | 0.84% | 0.75% | - |
| XYZ | 28.06 | 40.06 | 56.12 | - |
| YUV | 141.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 192 | 0.84 | 0.02 | 0 | 0.25 | 181.49 | 0.72 | 0.44 |
| Hex | 1F | BC | C0 | 54 | 2 | 0 | 19 | B5 | 48 | 2C |
| Octal | 37 | 274 | 300 | 124 | 2 | 0 | 31 | 265 | 110 | 54 |
| Binary | 11111 | 10111100 | 11000000 | 1010100 | 10 | 0 | 11001 | 10110101 | 1001000 | 101100 |
Color Harmonies of #1FBCC0
Complementary color
Monochromatic Colors of #1FBCC0
Black with #1FBCC0
Text Example
Text Example
White with #1FBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCC0; }
p { color: rgb(31,188,192); }
H1.HeaderClassName
{
color: #1FBCC0;
}
.AnyTagClassName
{
color: #1FBCC0;
}
</style>
background-color css
<style>
a { background-color: #1FBCC0; }
a { background-color: rgb(31,188,192); }
div.DivClassName
{
background-color: #1FBCC0;
}
.BgClassName
{
background-color: #1FBCC0;
}
</style>
border-color css
<style>
span { border-color: #1FBCC0; }
span { border-color: rgb(31,188,192); }
td.TdClassName
{
border-color: #1FBCC0;
}
.TagClassName
{
border-color: #1FBCC0;
}
</style>