Shades of Sea Green #20945C
Tints of Sea Green #20945C
RGB
CMYK
RGB Variations
Color information
#20945C (or 0x20945C) is known color: Sea Green. HEX triplet: 20, 94 and 5C. RGB value is (32,148,92). Sum of RGB (Red+Green+Blue) = 32+148+92=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #20945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20945C is #DF6BA3. Grayscale: #6B6B6B. Windows color (decimal): -14642084 or 6067232. OLE color: 6067232.
HSL color Cylindrical-coordinate representation of color #20945C: hue angle of 151.03º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20945C is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 92 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.42 |
| HSL | 151.03º | 0.64% | 0.35% | - |
| HSV(B) | 151.03º | 0.78% | 0.58% | - |
| XYZ | 13.12 | 22.26 | 13.73 | - |
| YUV | 106.93 | 119.57 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 92 | 0.78 | 0 | 0.38 | 0.42 | 151.03 | 0.64 | 0.35 |
| Hex | 20 | 94 | 5C | 4E | 0 | 26 | 2A | 97 | 40 | 23 |
| Octal | 40 | 224 | 134 | 116 | 0 | 46 | 52 | 227 | 100 | 43 |
| Binary | 100000 | 10010100 | 1011100 | 1001110 | 0 | 100110 | 101010 | 10010111 | 1000000 | 100011 |
Color Harmonies of #20945C
Complementary color
Monochromatic Colors of #20945C
Black with #20945C
Text Example
Text Example
White with #20945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20945C; }
p { color: rgb(32,148,92); }
H1.HeaderClassName
{
color: #20945C;
}
.AnyTagClassName
{
color: #20945C;
}
</style>
background-color css
<style>
a { background-color: #20945C; }
a { background-color: rgb(32,148,92); }
div.DivClassName
{
background-color: #20945C;
}
.BgClassName
{
background-color: #20945C;
}
</style>
border-color css
<style>
span { border-color: #20945C; }
span { border-color: rgb(32,148,92); }
td.TdClassName
{
border-color: #20945C;
}
.TagClassName
{
border-color: #20945C;
}
</style>