Shades of Sea Green #2A8A5E
Tints of Sea Green #2A8A5E
RGB
CMYK
RGB Variations
Color information
#2A8A5E (or 0x2A8A5E) is known color: Sea Green. HEX triplet: 2A, 8A and 5E. RGB value is (42,138,94). Sum of RGB (Red+Green+Blue) = 42+138+94=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8A5E is #D575A1. Grayscale: #686868. Windows color (decimal): -13989282 or 6195754. OLE color: 6195754.
HSL color Cylindrical-coordinate representation of color #2A8A5E: hue angle of 152.5º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A5E is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 94 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.46 |
| HSL | 152.5º | 0.53% | 0.35% | - |
| HSV(B) | 152.5º | 0.7% | 0.54% | - |
| XYZ | 12.06 | 19.48 | 13.71 | - |
| YUV | 104.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 94 | 0.70 | 0 | 0.32 | 0.46 | 152.5 | 0.53 | 0.35 |
| Hex | 2A | 8A | 5E | 46 | 0 | 20 | 2E | 98 | 35 | 23 |
| Octal | 52 | 212 | 136 | 106 | 0 | 40 | 56 | 230 | 65 | 43 |
| Binary | 101010 | 10001010 | 1011110 | 1000110 | 0 | 100000 | 101110 | 10011000 | 110101 | 100011 |
Color Harmonies of #2A8A5E
Complementary color
Monochromatic Colors of #2A8A5E
Black with #2A8A5E
Text Example
Text Example
White with #2A8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A5E; }
p { color: rgb(42,138,94); }
H1.HeaderClassName
{
color: #2A8A5E;
}
.AnyTagClassName
{
color: #2A8A5E;
}
</style>
background-color css
<style>
a { background-color: #2A8A5E; }
a { background-color: rgb(42,138,94); }
div.DivClassName
{
background-color: #2A8A5E;
}
.BgClassName
{
background-color: #2A8A5E;
}
</style>
border-color css
<style>
span { border-color: #2A8A5E; }
span { border-color: rgb(42,138,94); }
td.TdClassName
{
border-color: #2A8A5E;
}
.TagClassName
{
border-color: #2A8A5E;
}
</style>