Html Css Color HEX #20ABA0 Light Sea Green

📋 copy color: '#20ABA0'

red 32 ◦ green 171 ◦ blue 160

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

Shades of Light Sea Green #20ABA0

Tints of Light Sea Green #20ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 8.82%
G = 47.11%
B = 44.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#20ABA0 (or 0x20ABA0) is known color: Light Sea Green. HEX triplet: 20, AB and A0. RGB value is (32,171,160). Sum of RGB (Red+Green+Blue) = 32+171+160=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #20ABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ABA0 is #DF545F. Grayscale: #808080. Windows color (decimal): -14636128 or 10529568. OLE color: 10529568.

HSL color Cylindrical-coordinate representation of color #20ABA0: hue angle of 175.25º degrees, saturation: 0.68, 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 #20ABA0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 171 160 -
CMYK 0.81 0 0.06 0.33
HSL 175.25º 0.68% 0.4% -
HSV(B) 175.25º 0.81% 0.67% -
XYZ 21.5 31.97 38.3 -
YUV 128.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 32 171 160 0.81 0 0.06 0.33 175.25 0.68 0.4
Hex 20 AB A0 51 0 6 21 AF 44 28
Octal 40 253 240 121 0 6 41 257 104 50
Binary 100000 10101011 10100000 1010001 0 110 100001 10101111 1000100 101000

Color Harmonies of #20ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABA0

Black with #20ABA0

Text Example


Text Example

White with #20ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,171,160); }

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

background-color css

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

 a { background-color: rgb(32,171,160); }

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

border-color css

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

 span { border-color: rgb(32,171,160); }

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