Html Css Color HEX #20AEA9 Light Sea Green

📋 copy color: '#20AEA9'

red 32 ◦ green 174 ◦ blue 169

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

Shades of Light Sea Green #20AEA9

Tints of Light Sea Green #20AEA9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.4%

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 8.53%
G = 46.4%
B = 45.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#20AEA9 (or 0x20AEA9) is known color: Light Sea Green. HEX triplet: 20, AE and A9. RGB value is (32,174,169). Sum of RGB (Red+Green+Blue) = 32+174+169=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEA9 is #DF5156. Grayscale: #828282. Windows color (decimal): -14635351 or 11120160. OLE color: 11120160.

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

Color convert

RGB 32 174 169 -
CMYK 0.82 0 0.03 0.32
HSL 177.89º 0.69% 0.4% -
HSV(B) 177.89º 0.82% 0.68% -
XYZ 22.89 33.44 42.78 -
YUV 130.97 149.46 57.41 -
System Red Green Blue C M Y K H S L
Decimal 32 174 169 0.82 0 0.03 0.32 177.89 0.69 0.4
Hex 20 AE A9 52 0 3 20 B2 45 28
Octal 40 256 251 122 0 3 40 262 105 50
Binary 100000 10101110 10101001 1010010 0 11 100000 10110010 1000101 101000

Color Harmonies of #20AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AEA9

Black with #20AEA9

Text Example


Text Example

White with #20AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,174,169); }

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

background-color css

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

 a { background-color: rgb(32,174,169); }

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

border-color css

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

 span { border-color: rgb(32,174,169); }

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