Shades of Sea Green #1C8C54
Tints of Sea Green #1C8C54
RGB
CMYK
RGB Variations
Color information
#1C8C54 (or 0x1C8C54) is known color: Sea Green. HEX triplet: 1C, 8C and 54. RGB value is (28,140,84). Sum of RGB (Red+Green+Blue) = 28+140+84=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C54 is #E373AB. Grayscale: #646464. Windows color (decimal): -14906284 or 5540892. OLE color: 5540892.
HSL color Cylindrical-coordinate representation of color #1C8C54: hue angle of 150º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C54 is Cyan = 0.80, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 84 | - |
| CMYK | 0.80 | 0 | 0.4 | 0.45 |
| HSL | 150º | 0.67% | 0.33% | - |
| HSV(B) | 150º | 0.8% | 0.55% | - |
| XYZ | 11.46 | 19.64 | 11.58 | - |
| YUV | 100.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 84 | 0.80 | 0 | 0.4 | 0.45 | 150 | 0.67 | 0.33 |
| Hex | 1C | 8C | 54 | 50 | 0 | 28 | 2D | 96 | 43 | 21 |
| Octal | 34 | 214 | 124 | 120 | 0 | 50 | 55 | 226 | 103 | 41 |
| Binary | 11100 | 10001100 | 1010100 | 1010000 | 0 | 101000 | 101101 | 10010110 | 1000011 | 100001 |
Color Harmonies of #1C8C54
Complementary color
Monochromatic Colors of #1C8C54
Black with #1C8C54
Text Example
Text Example
White with #1C8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C54; }
p { color: rgb(28,140,84); }
H1.HeaderClassName
{
color: #1C8C54;
}
.AnyTagClassName
{
color: #1C8C54;
}
</style>
background-color css
<style>
a { background-color: #1C8C54; }
a { background-color: rgb(28,140,84); }
div.DivClassName
{
background-color: #1C8C54;
}
.BgClassName
{
background-color: #1C8C54;
}
</style>
border-color css
<style>
span { border-color: #1C8C54; }
span { border-color: rgb(28,140,84); }
td.TdClassName
{
border-color: #1C8C54;
}
.TagClassName
{
border-color: #1C8C54;
}
</style>