Shades of Sea Green #1C8B5A
Tints of Sea Green #1C8B5A
RGB
CMYK
RGB Variations
Color information
#1C8B5A (or 0x1C8B5A) is known color: Sea Green. HEX triplet: 1C, 8B and 5A. RGB value is (28,139,90). Sum of RGB (Red+Green+Blue) = 28+139+90=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B5A is #E374A5. Grayscale: #646464. Windows color (decimal): -14906534 or 5933852. OLE color: 5933852.
HSL color Cylindrical-coordinate representation of color #1C8B5A: hue angle of 153.51º degrees, saturation: 0.66, 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 #1C8B5A is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 139 | 90 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.45 |
| HSL | 153.51º | 0.66% | 0.33% | - |
| HSV(B) | 153.51º | 0.8% | 0.55% | - |
| XYZ | 11.56 | 19.45 | 12.82 | - |
| YUV | 100.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 90 | 0.80 | 0 | 0.35 | 0.45 | 153.51 | 0.66 | 0.33 |
| Hex | 1C | 8B | 5A | 50 | 0 | 23 | 2D | 9A | 42 | 21 |
| Octal | 34 | 213 | 132 | 120 | 0 | 43 | 55 | 232 | 102 | 41 |
| Binary | 11100 | 10001011 | 1011010 | 1010000 | 0 | 100011 | 101101 | 10011010 | 1000010 | 100001 |
Color Harmonies of #1C8B5A
Complementary color
Monochromatic Colors of #1C8B5A
Black with #1C8B5A
Text Example
Text Example
White with #1C8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8B5A; }
p { color: rgb(28,139,90); }
H1.HeaderClassName
{
color: #1C8B5A;
}
.AnyTagClassName
{
color: #1C8B5A;
}
</style>
background-color css
<style>
a { background-color: #1C8B5A; }
a { background-color: rgb(28,139,90); }
div.DivClassName
{
background-color: #1C8B5A;
}
.BgClassName
{
background-color: #1C8B5A;
}
</style>
border-color css
<style>
span { border-color: #1C8B5A; }
span { border-color: rgb(28,139,90); }
td.TdClassName
{
border-color: #1C8B5A;
}
.TagClassName
{
border-color: #1C8B5A;
}
</style>