Html Css Color HEX #20ACAC Light Sea Green

📋 copy color: '#20ACAC'

red 32 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #20ACAC

Tints of Light Sea Green #20ACAC

RGB

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

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

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

R = 8.51%
G = 45.74%
B = 45.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#20ACAC (or 0x20ACAC) is known color: Light Sea Green. HEX triplet: 20, AC and AC. RGB value is (32,172,172). Sum of RGB (Red+Green+Blue) = 32+172+172=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #20ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ACAC is #DF5353. Grayscale: #828282. Windows color (decimal): -14635860 or 11316256. OLE color: 11316256.

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

Color convert

RGB 32 172 172 -
CMYK 0.81 0 0 0.33
HSL 180º 0.69% 0.4% -
HSV(B) 180º 0.81% 0.67% -
XYZ 22.79 32.79 44.16 -
YUV 130.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 32 172 172 0.81 0 0 0.33 180 0.69 0.4
Hex 20 AC AC 51 0 0 21 B4 45 28
Octal 40 254 254 121 0 0 41 264 105 50
Binary 100000 10101100 10101100 1010001 0 0 100001 10110100 1000101 101000

Color Harmonies of #20ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACAC

Black with #20ACAC

Text Example


Text Example

White with #20ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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