Html Css Color HEX #20ACA2 Light Sea Green

📋 copy color: '#20ACA2'

red 32 ◦ green 172 ◦ blue 162

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

Shades of Light Sea Green #20ACA2

Tints of Light Sea Green #20ACA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.26%

R = 8.74%
G = 46.99%
B = 44.26%

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

#20ACA2 (or 0x20ACA2) is known color: Light Sea Green. HEX triplet: 20, AC and A2. RGB value is (32,172,162). Sum of RGB (Red+Green+Blue) = 32+172+162=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #20ACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ACA2 is #DF535D. Grayscale: #808080. Windows color (decimal): -14635870 or 10660896. OLE color: 10660896.

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

Color convert

RGB 32 172 162 -
CMYK 0.81 0 0.06 0.33
HSL 175.71º 0.69% 0.4% -
HSV(B) 175.71º 0.81% 0.67% -
XYZ 21.87 32.42 39.29 -
YUV 129 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 32 172 162 0.81 0 0.06 0.33 175.71 0.69 0.4
Hex 20 AC A2 51 0 6 21 B0 45 28
Octal 40 254 242 121 0 6 41 260 105 50
Binary 100000 10101100 10100010 1010001 0 110 100001 10110000 1000101 101000

Color Harmonies of #20ACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACA2

Black with #20ACA2

Text Example


Text Example

White with #20ACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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