Html Css Color HEX #20925B Sea Green

📋 copy color: '#20925B'

red 32 ◦ green 146 ◦ blue 91

#20925B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #20925B

Tints of Sea Green #20925B

RGB

 RED value IS 32 (12.89% from 255) = 11.9%

 GREEN value IS 146 (57.42% from 255) = 54.28%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 11.9%
G = 54.28%
B = 33.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#20925B (or 0x20925B) is known color: 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

RGB 32 146 91 -
CMYK 0.78 0 0.38 0.43
HSL 151.05º 0.64% 0.35% -
HSV(B) 151.05º 0.78% 0.57% -
XYZ 12.76 21.62 13.4 -
YUV 105.64 119.73 75.47 -
System Red Green Blue C M Y K H S L
Decimal 32 146 91 0.78 0 0.38 0.43 151.05 0.64 0.35
Hex 20 92 5B 4E 0 26 2B 97 40 23
Octal 40 222 133 116 0 46 53 227 100 43
Binary 100000 10010010 1011011 1001110 0 100110 101011 10010111 1000000 100011

Color Harmonies of #20925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20925B

Black with #20925B

Text Example


Text Example

White with #20925B

Text Example


Text Example

HTML Codes & Css Web 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>