Shades of Sea Green #20975A
Tints of Sea Green #20975A
RGB
CMYK
RGB Variations
Color information
#20975A (or 0x20975A) is known color: Sea Green. HEX triplet: 20, 97 and 5A. RGB value is (32,151,90). Sum of RGB (Red+Green+Blue) = 32+151+90=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #20975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20975A is #DF68A5. Grayscale: #6C6C6C. Windows color (decimal): -14641318 or 5936928. OLE color: 5936928.
HSL color Cylindrical-coordinate representation of color #20975A: hue angle of 149.24º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20975A is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 90 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.41 |
| HSL | 149.24º | 0.65% | 0.36% | - |
| HSV(B) | 149.24º | 0.79% | 0.59% | - |
| XYZ | 13.51 | 23.18 | 13.43 | - |
| YUV | 108.47 | 117.58 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 90 | 0.79 | 0 | 0.40 | 0.41 | 149.24 | 0.65 | 0.36 |
| Hex | 20 | 97 | 5A | 4F | 0 | 28 | 29 | 95 | 41 | 24 |
| Octal | 40 | 227 | 132 | 117 | 0 | 50 | 51 | 225 | 101 | 44 |
| Binary | 100000 | 10010111 | 1011010 | 1001111 | 0 | 101000 | 101001 | 10010101 | 1000001 | 100100 |
Color Harmonies of #20975A
Complementary color
Monochromatic Colors of #20975A
Black with #20975A
Text Example
Text Example
White with #20975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20975A; }
p { color: rgb(32,151,90); }
H1.HeaderClassName
{
color: #20975A;
}
.AnyTagClassName
{
color: #20975A;
}
</style>
background-color css
<style>
a { background-color: #20975A; }
a { background-color: rgb(32,151,90); }
div.DivClassName
{
background-color: #20975A;
}
.BgClassName
{
background-color: #20975A;
}
</style>
border-color css
<style>
span { border-color: #20975A; }
span { border-color: rgb(32,151,90); }
td.TdClassName
{
border-color: #20975A;
}
.TagClassName
{
border-color: #20975A;
}
</style>