Html Css Color HEX #20AD9D Light Sea Green

📋 copy color: '#20AD9D'

red 32 ◦ green 173 ◦ blue 157

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

Shades of Light Sea Green #20AD9D

Tints of Light Sea Green #20AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 8.84%
G = 47.79%
B = 43.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#20AD9D (or 0x20AD9D) is known color: Light Sea Green. HEX triplet: 20, AD and 9D. RGB value is (32,173,157). Sum of RGB (Red+Green+Blue) = 32+173+157=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AD9D is #DF5262. Grayscale: #808080. Windows color (decimal): -14635619 or 10333472. OLE color: 10333472.

HSL color Cylindrical-coordinate representation of color #20AD9D: hue angle of 173.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD9D is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 157 -
CMYK 0.82 0 0.09 0.32
HSL 173.19º 0.69% 0.4% -
HSV(B) 173.19º 0.82% 0.68% -
XYZ 21.63 32.63 37.06 -
YUV 129.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 32 173 157 0.82 0 0.09 0.32 173.19 0.69 0.4
Hex 20 AD 9D 52 0 9 20 AD 45 28
Octal 40 255 235 122 0 11 40 255 105 50
Binary 100000 10101101 10011101 1010010 0 1001 100000 10101101 1000101 101000

Color Harmonies of #20AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD9D

Black with #20AD9D

Text Example


Text Example

White with #20AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AD9D; }

 p { color: rgb(32,173,157); }

 H1.HeaderClassName
 {
   color: #20AD9D;
 }
 .AnyTagClassName
 {
   color: #20AD9D;
 }
</style>

background-color css

<style>
 a { background-color: #20AD9D; }

 a { background-color: rgb(32,173,157); }

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

border-color css

<style>
 span { border-color: #20AD9D; }

 span { border-color: rgb(32,173,157); }

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