#20925B

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

Shades of Sea Green #20925B

Tints of Sea Green #20925B

Color information

#20925B (or 0x20925B) is unknown color: approx Sea Green. HEX triplet: 20, 92 and 5B. RGB value is (32,146,91). Sum of RGB (Red+Green+Blue) = 32+146+91=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #20925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20925B is #DF6DA4. Grayscale: #696969. Windows color (decimal): -14642597 or 6001184. OLE color: 6001184.

HSL color Cylindrical-coordinate representation of color #20925B: hue angle of 151.05º 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 #20925B is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB3214691-
CMYK0.7800.380.43
HSL151.05º64.04%34.9%-
HSV(B)151.05º78.08%57.25%-
XYZ12.7621.6213.4-
YUV105.64119.7375.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=11.90%
G=54.28%
B=33.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146910.7800.380.43151.0564.0434.9
Hex20925B4E0262B974023
Octal402221331160465322710043
Binary10000010010010101101110011100100110101011100101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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