Html Css Color HEX #20ACA0 Light Sea Green

📋 copy color: '#20ACA0'

red 32 ◦ green 172 ◦ blue 160

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

Shades of Light Sea Green #20ACA0

Tints of Light Sea Green #20ACA0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.25%

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

R = 8.79%
G = 47.25%
B = 43.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#20ACA0 (or 0x20ACA0) is known color: Light Sea Green. HEX triplet: 20, AC and A0. RGB value is (32,172,160). Sum of RGB (Red+Green+Blue) = 32+172+160=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #20ACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ACA0 is #DF535F. Grayscale: #808080. Windows color (decimal): -14635872 or 10529824. OLE color: 10529824.

HSL color Cylindrical-coordinate representation of color #20ACA0: hue angle of 174.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 #20ACA0 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 172 160 -
CMYK 0.81 0 0.07 0.33
HSL 174.86º 0.69% 0.4% -
HSV(B) 174.86º 0.81% 0.67% -
XYZ 21.69 32.35 38.36 -
YUV 128.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 32 172 160 0.81 0 0.07 0.33 174.86 0.69 0.4
Hex 20 AC A0 51 0 7 21 AF 45 28
Octal 40 254 240 121 0 7 41 257 105 50
Binary 100000 10101100 10100000 1010001 0 111 100001 10101111 1000101 101000

Color Harmonies of #20ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACA0

Black with #20ACA0

Text Example


Text Example

White with #20ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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