Html Css Color HEX #20ADAA Light Sea Green

📋 copy color: '#20ADAA'

red 32 ◦ green 173 ◦ blue 170

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

Shades of Light Sea Green #20ADAA

Tints of Light Sea Green #20ADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 8.53%
G = 46.13%
B = 45.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#20ADAA (or 0x20ADAA) is known color: Light Sea Green. HEX triplet: 20, AD and AA. RGB value is (32,173,170). Sum of RGB (Red+Green+Blue) = 32+173+170=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #20ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADAA is #DF5255. Grayscale: #828282. Windows color (decimal): -14635606 or 11185440. OLE color: 11185440.

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

Color convert

RGB 32 173 170 -
CMYK 0.82 0 0.02 0.32
HSL 178.72º 0.69% 0.4% -
HSV(B) 178.72º 0.82% 0.68% -
XYZ 22.79 33.1 43.22 -
YUV 130.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 32 173 170 0.82 0 0.02 0.32 178.72 0.69 0.4
Hex 20 AD AA 52 0 2 20 B3 45 28
Octal 40 255 252 122 0 2 40 263 105 50
Binary 100000 10101101 10101010 1010010 0 10 100000 10110011 1000101 101000

Color Harmonies of #20ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADAA

Black with #20ADAA

Text Example


Text Example

White with #20ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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