Html Css Color HEX #20AEA2 Light Sea Green

📋 copy color: '#20AEA2'

red 32 ◦ green 174 ◦ blue 162

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

Shades of Light Sea Green #20AEA2

Tints of Light Sea Green #20AEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.02%

R = 8.7%
G = 47.28%
B = 44.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#20AEA2 (or 0x20AEA2) is known color: Light Sea Green. HEX triplet: 20, AE and A2. RGB value is (32,174,162). Sum of RGB (Red+Green+Blue) = 32+174+162=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEA2 is #DF515D. Grayscale: #828282. Windows color (decimal): -14635358 or 10661408. OLE color: 10661408.

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

Color convert

RGB 32 174 162 -
CMYK 0.82 0 0.07 0.32
HSL 174.93º 0.69% 0.4% -
HSV(B) 174.93º 0.82% 0.68% -
XYZ 22.25 33.19 39.42 -
YUV 130.17 145.96 57.98 -
System Red Green Blue C M Y K H S L
Decimal 32 174 162 0.82 0 0.07 0.32 174.93 0.69 0.4
Hex 20 AE A2 52 0 7 20 AF 45 28
Octal 40 256 242 122 0 7 40 257 105 50
Binary 100000 10101110 10100010 1010010 0 111 100000 10101111 1000101 101000

Color Harmonies of #20AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AEA2

Black with #20AEA2

Text Example


Text Example

White with #20AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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