Html Css Color HEX #20AEA6 Light Sea Green

📋 copy color: '#20AEA6'

red 32 ◦ green 174 ◦ blue 166

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

Shades of Light Sea Green #20AEA6

Tints of Light Sea Green #20AEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.62%

R = 8.6%
G = 46.77%
B = 44.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#20AEA6 (or 0x20AEA6) is known color: Light Sea Green. HEX triplet: 20, AE and A6. RGB value is (32,174,166). Sum of RGB (Red+Green+Blue) = 32+174+166=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #20AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AEA6 is #DF5159. Grayscale: #828282. Windows color (decimal): -14635354 or 10923552. OLE color: 10923552.

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

Color convert

RGB 32 174 166 -
CMYK 0.82 0 0.05 0.32
HSL 176.62º 0.69% 0.4% -
HSV(B) 176.62º 0.82% 0.68% -
XYZ 22.61 33.33 41.32 -
YUV 130.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 32 174 166 0.82 0 0.05 0.32 176.62 0.69 0.4
Hex 20 AE A6 52 0 5 20 B1 45 28
Octal 40 256 246 122 0 5 40 261 105 50
Binary 100000 10101110 10100110 1010010 0 101 100000 10110001 1000101 101000

Color Harmonies of #20AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AEA6

Black with #20AEA6

Text Example


Text Example

White with #20AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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