Html Css Color HEX #20ACA6 Light Sea Green

📋 copy color: '#20ACA6'

red 32 ◦ green 172 ◦ blue 166

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

Shades of Light Sea Green #20ACA6

Tints of Light Sea Green #20ACA6

RGB

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

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

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

R = 8.65%
G = 46.49%
B = 44.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#20ACA6 (or 0x20ACA6) is known color: Light Sea Green. HEX triplet: 20, AC and A6. RGB value is (32,172,166). Sum of RGB (Red+Green+Blue) = 32+172+166=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #20ACA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ACA6 is #DF5359. Grayscale: #818181. Windows color (decimal): -14635866 or 10923040. OLE color: 10923040.

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

Color convert

RGB 32 172 166 -
CMYK 0.81 0 0.03 0.33
HSL 177.43º 0.69% 0.4% -
HSV(B) 177.43º 0.81% 0.67% -
XYZ 22.23 32.57 41.19 -
YUV 129.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 32 172 166 0.81 0 0.03 0.33 177.43 0.69 0.4
Hex 20 AC A6 51 0 3 21 B1 45 28
Octal 40 254 246 121 0 3 41 261 105 50
Binary 100000 10101100 10100110 1010001 0 11 100001 10110001 1000101 101000

Color Harmonies of #20ACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACA6

Black with #20ACA6

Text Example


Text Example

White with #20ACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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