Html Css Color HEX #20925D Sea Green

📋 copy color: '#20925D'

red 32 ◦ green 146 ◦ blue 93

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

Shades of Sea Green #20925D

Tints of Sea Green #20925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 11.81%
G = 53.87%
B = 34.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#20925D (or 0x20925D) is known color: Sea Green. HEX triplet: 20, 92 and 5D. RGB value is (32,146,93). Sum of RGB (Red+Green+Blue) = 32+146+93=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #20925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20925D is #DF6DA2. Grayscale: #696969. Windows color (decimal): -14642595 or 6132256. OLE color: 6132256.

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

Color convert

RGB 32 146 93 -
CMYK 0.78 0 0.36 0.43
HSL 152.11º 0.64% 0.35% -
HSV(B) 152.11º 0.78% 0.57% -
XYZ 12.85 21.66 13.86 -
YUV 105.87 120.73 75.31 -
System Red Green Blue C M Y K H S L
Decimal 32 146 93 0.78 0 0.36 0.43 152.11 0.64 0.35
Hex 20 92 5D 4E 0 24 2B 98 40 23
Octal 40 222 135 116 0 44 53 230 100 43
Binary 100000 10010010 1011101 1001110 0 100100 101011 10011000 1000000 100011

Color Harmonies of #20925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20925D

Black with #20925D

Text Example


Text Example

White with #20925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20925D;
 }
 .AnyTagClassName
 {
   color: #20925D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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