Html Css Color HEX #20AAB4 Light Sea Green

📋 copy color: '#20AAB4'

red 32 ◦ green 170 ◦ blue 180

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

Shades of Light Sea Green #20AAB4

Tints of Light Sea Green #20AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.12%

R = 8.38%
G = 44.5%
B = 47.12%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#20AAB4 (or 0x20AAB4) is known color: Light Sea Green. HEX triplet: 20, AA and B4. RGB value is (32,170,180). Sum of RGB (Red+Green+Blue) = 32+170+180=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #20AAB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAB4 is #DF554B. Grayscale: #818181. Windows color (decimal): -14636364 or 11840032. OLE color: 11840032.

HSL color Cylindrical-coordinate representation of color #20AAB4: hue angle of 184.05º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AAB4 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 170 180 -
CMYK 0.82 0.06 0 0.29
HSL 184.05º 0.7% 0.42% -
HSV(B) 184.05º 0.82% 0.71% -
XYZ 23.21 32.35 48.2 -
YUV 129.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 32 170 180 0.82 0.06 0 0.29 184.05 0.7 0.42
Hex 20 AA B4 52 6 0 1D B8 46 2A
Octal 40 252 264 122 6 0 35 270 106 52
Binary 100000 10101010 10110100 1010010 110 0 11101 10111000 1000110 101010

Color Harmonies of #20AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AAB4

Black with #20AAB4

Text Example


Text Example

White with #20AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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