Shades of Sea Green #1F8E5C
Tints of Sea Green #1F8E5C
RGB
CMYK
RGB Variations
Color information
#1F8E5C (or 0x1F8E5C) is known color: Sea Green. HEX triplet: 1F, 8E and 5C. RGB value is (31,142,92). Sum of RGB (Red+Green+Blue) = 31+142+92=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E5C is #E071A3. Grayscale: #676767. Windows color (decimal): -14709156 or 6065695. OLE color: 6065695.
HSL color Cylindrical-coordinate representation of color #1F8E5C: hue angle of 152.97º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E5C is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 142 | 92 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.44 |
| HSL | 152.97º | 0.64% | 0.34% | - |
| HSV(B) | 152.97º | 0.78% | 0.56% | - |
| XYZ | 12.17 | 20.41 | 13.42 | - |
| YUV | 103.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 92 | 0.78 | 0 | 0.35 | 0.44 | 152.97 | 0.64 | 0.34 |
| Hex | 1F | 8E | 5C | 4E | 0 | 23 | 2C | 99 | 40 | 22 |
| Octal | 37 | 216 | 134 | 116 | 0 | 43 | 54 | 231 | 100 | 42 |
| Binary | 11111 | 10001110 | 1011100 | 1001110 | 0 | 100011 | 101100 | 10011001 | 1000000 | 100010 |
Color Harmonies of #1F8E5C
Complementary color
Monochromatic Colors of #1F8E5C
Black with #1F8E5C
Text Example
Text Example
White with #1F8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8E5C; }
p { color: rgb(31,142,92); }
H1.HeaderClassName
{
color: #1F8E5C;
}
.AnyTagClassName
{
color: #1F8E5C;
}
</style>
background-color css
<style>
a { background-color: #1F8E5C; }
a { background-color: rgb(31,142,92); }
div.DivClassName
{
background-color: #1F8E5C;
}
.BgClassName
{
background-color: #1F8E5C;
}
</style>
border-color css
<style>
span { border-color: #1F8E5C; }
span { border-color: rgb(31,142,92); }
td.TdClassName
{
border-color: #1F8E5C;
}
.TagClassName
{
border-color: #1F8E5C;
}
</style>