#20925E

Color #20925E Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #20925E

Tints of Sea Green #20925E

Color information

#20925E (or 0x20925E) is unknown color: approx Sea Green. HEX triplet: 20, 92 and 5E. RGB value is (32,146,94). Sum of RGB (Red+Green+Blue) = 32+146+94=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #20925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20925E is #DF6DA1. Grayscale: #6A6A6A. Windows color (decimal): -14642594 or 6197792. OLE color: 6197792.

HSL color Cylindrical-coordinate representation of color #20925E: hue angle of 152.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20925E is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB3214694-
CMYK0.7800.360.43
HSL152.63º64.04%34.9%-
HSV(B)152.63º78.08%57.25%-
XYZ12.8921.6714.09-
YUV105.99121.2375.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=11.76%
G=53.68%
B=34.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146940.7800.360.43152.6364.0434.9
Hex20925E4E0242B994023
Octal402221361160445323110043
Binary10000010010010101111010011100100100101011100110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20925E; }

 p { color: rgb(32,146,94); }

 H1.HeaderClassName
 {
   color: #20925E;
 }
 .AnyTagClassName
 {
   color: #20925E;
 }
</style>
background-color css

<style>
 a { background-color: #20925E; }

 a { background-color: rgb(32,146,94); }

 div.DivClassName
 {
   background-color: #20925E;
 }
 .BgClassName
 {
   background-color: #20925E;
 }
</style>
border-color css

<style>
 span { border-color: #20925E; }

 span { border-color: rgb(32,146,94); }

 td.TdClassName
 {
   border-color: #20925E;
 }
 .TagClassName
 {
   border-color: #20925E;
 }
</style>