Shades of Light Sea Green #1FCBBC
Tints of Light Sea Green #1FCBBC
RGB
CMYK
RGB Variations
Color information
#1FCBBC (or 0x1FCBBC) is known color: Light Sea Green. HEX triplet: 1F, CB and BC. RGB value is (31,203,188). Sum of RGB (Red+Green+Blue) = 31+203+188=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBBC is #E03443. Grayscale: #959595. Windows color (decimal): -14693444 or 12372767. OLE color: 12372767.
HSL color Cylindrical-coordinate representation of color #1FCBBC: hue angle of 174.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCBBC is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 188 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.20 |
| HSL | 174.77º | 0.74% | 0.46% | - |
| HSV(B) | 174.77º | 0.85% | 0.8% | - |
| XYZ | 31 | 46.63 | 54.94 | - |
| YUV | 149.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 188 | 0.85 | 0 | 0.07 | 0.20 | 174.77 | 0.74 | 0.46 |
| Hex | 1F | CB | BC | 55 | 0 | 7 | 14 | AF | 4A | 2E |
| Octal | 37 | 313 | 274 | 125 | 0 | 7 | 24 | 257 | 112 | 56 |
| Binary | 11111 | 11001011 | 10111100 | 1010101 | 0 | 111 | 10100 | 10101111 | 1001010 | 101110 |
Color Harmonies of #1FCBBC
Complementary color
Monochromatic Colors of #1FCBBC
Black with #1FCBBC
Text Example
Text Example
White with #1FCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBBC; }
p { color: rgb(31,203,188); }
H1.HeaderClassName
{
color: #1FCBBC;
}
.AnyTagClassName
{
color: #1FCBBC;
}
</style>
background-color css
<style>
a { background-color: #1FCBBC; }
a { background-color: rgb(31,203,188); }
div.DivClassName
{
background-color: #1FCBBC;
}
.BgClassName
{
background-color: #1FCBBC;
}
</style>
border-color css
<style>
span { border-color: #1FCBBC; }
span { border-color: rgb(31,203,188); }
td.TdClassName
{
border-color: #1FCBBC;
}
.TagClassName
{
border-color: #1FCBBC;
}
</style>