Html Css Color HEX #20AEAA Light Sea Green

📋 copy color: '#20AEAA'

red 32 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #20AEAA

Tints of Light Sea Green #20AEAA

RGB

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

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

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

R = 8.51%
G = 46.28%
B = 45.21%

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

#20AEAA (or 0x20AEAA) is known color: Light Sea Green. HEX triplet: 20, AE and AA. RGB value is (32,174,170). Sum of RGB (Red+Green+Blue) = 32+174+170=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEAA is #DF5155. Grayscale: #828282. Windows color (decimal): -14635350 or 11185696. OLE color: 11185696.

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

Color convert

RGB 32 174 170 -
CMYK 0.82 0 0.02 0.32
HSL 178.31º 0.69% 0.4% -
HSV(B) 178.31º 0.82% 0.68% -
XYZ 22.99 33.48 43.28 -
YUV 131.09 149.96 57.33 -
System Red Green Blue C M Y K H S L
Decimal 32 174 170 0.82 0 0.02 0.32 178.31 0.69 0.4
Hex 20 AE AA 52 0 2 20 B2 45 28
Octal 40 256 252 122 0 2 40 262 105 50
Binary 100000 10101110 10101010 1010010 0 10 100000 10110010 1000101 101000

Color Harmonies of #20AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AEAA

Black with #20AEAA

Text Example


Text Example

White with #20AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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