Shades of Light Sea Green #1FCBAD
Tints of Light Sea Green #1FCBAD
RGB
CMYK
RGB Variations
Color information
#1FCBAD (or 0x1FCBAD) is known color: Light Sea Green. HEX triplet: 1F, CB and AD. RGB value is (31,203,173). Sum of RGB (Red+Green+Blue) = 31+203+173=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCBAD is #E03452. Grayscale: #949494. Windows color (decimal): -14693459 or 11389727. OLE color: 11389727.
HSL color Cylindrical-coordinate representation of color #1FCBAD: hue angle of 169.53º 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 #1FCBAD is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 173 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.20 |
| HSL | 169.53º | 0.74% | 0.46% | - |
| HSV(B) | 169.53º | 0.85% | 0.8% | - |
| XYZ | 29.46 | 46.02 | 46.87 | - |
| YUV | 148.15 | 142.02 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 173 | 0.85 | 0 | 0.15 | 0.20 | 169.53 | 0.74 | 0.46 |
| Hex | 1F | CB | AD | 55 | 0 | F | 14 | AA | 4A | 2E |
| Octal | 37 | 313 | 255 | 125 | 0 | 17 | 24 | 252 | 112 | 56 |
| Binary | 11111 | 11001011 | 10101101 | 1010101 | 0 | 1111 | 10100 | 10101010 | 1001010 | 101110 |
Color Harmonies of #1FCBAD
Complementary color
Monochromatic Colors of #1FCBAD
Black with #1FCBAD
Text Example
Text Example
White with #1FCBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBAD; }
p { color: rgb(31,203,173); }
H1.HeaderClassName
{
color: #1FCBAD;
}
.AnyTagClassName
{
color: #1FCBAD;
}
</style>
background-color css
<style>
a { background-color: #1FCBAD; }
a { background-color: rgb(31,203,173); }
div.DivClassName
{
background-color: #1FCBAD;
}
.BgClassName
{
background-color: #1FCBAD;
}
</style>
border-color css
<style>
span { border-color: #1FCBAD; }
span { border-color: rgb(31,203,173); }
td.TdClassName
{
border-color: #1FCBAD;
}
.TagClassName
{
border-color: #1FCBAD;
}
</style>