Html Css Color HEX #20ADA0 Light Sea Green

📋 copy color: '#20ADA0'

red 32 ◦ green 173 ◦ blue 160

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

Shades of Light Sea Green #20ADA0

Tints of Light Sea Green #20ADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.84%

R = 8.77%
G = 47.4%
B = 43.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#20ADA0 (or 0x20ADA0) is known color: Light Sea Green. HEX triplet: 20, AD and A0. RGB value is (32,173,160). Sum of RGB (Red+Green+Blue) = 32+173+160=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #20ADA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADA0 is #DF525F. Grayscale: #818181. Windows color (decimal): -14635616 or 10530080. OLE color: 10530080.

HSL color Cylindrical-coordinate representation of color #20ADA0: hue angle of 174.47º 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 #20ADA0 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 160 -
CMYK 0.82 0 0.08 0.32
HSL 174.47º 0.69% 0.4% -
HSV(B) 174.47º 0.82% 0.68% -
XYZ 21.88 32.73 38.42 -
YUV 129.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 32 173 160 0.82 0 0.08 0.32 174.47 0.69 0.4
Hex 20 AD A0 52 0 8 20 AE 45 28
Octal 40 255 240 122 0 10 40 256 105 50
Binary 100000 10101101 10100000 1010010 0 1000 100000 10101110 1000101 101000

Color Harmonies of #20ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADA0

Black with #20ADA0

Text Example


Text Example

White with #20ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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