Html Css Color HEX #20AAAC Light Sea Green

📋 copy color: '#20AAAC'

red 32 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #20AAAC

Tints of Light Sea Green #20AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.45%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 8.56%
G = 45.45%
B = 45.99%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#20AAAC (or 0x20AAAC) is known color: Light Sea Green. HEX triplet: 20, AA and AC. RGB value is (32,170,172). Sum of RGB (Red+Green+Blue) = 32+170+172=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #20AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AAAC is #DF5553. Grayscale: #808080. Windows color (decimal): -14636372 or 11315744. OLE color: 11315744.

HSL color Cylindrical-coordinate representation of color #20AAAC: hue angle of 180.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AAAC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 172 -
CMYK 0.81 0.01 0 0.33
HSL 180.86º 0.69% 0.4% -
HSV(B) 180.86º 0.81% 0.67% -
XYZ 22.42 32.04 44.03 -
YUV 128.97 152.28 58.84 -
System Red Green Blue C M Y K H S L
Decimal 32 170 172 0.81 0.01 0 0.33 180.86 0.69 0.4
Hex 20 AA AC 51 1 0 21 B5 45 28
Octal 40 252 254 121 1 0 41 265 105 50
Binary 100000 10101010 10101100 1010001 1 0 100001 10110101 1000101 101000

Color Harmonies of #20AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAAC

Black with #20AAAC

Text Example


Text Example

White with #20AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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