Html Css Color HEX #20C3AC Light Sea Green

📋 copy color: '#20C3AC'

red 32 ◦ green 195 ◦ blue 172

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

Shades of Light Sea Green #20C3AC

Tints of Light Sea Green #20C3AC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

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

R = 8.02%
G = 48.87%
B = 43.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#20C3AC (or 0x20C3AC) is known color: Light Sea Green. HEX triplet: 20, C3 and AC. RGB value is (32,195,172). Sum of RGB (Red+Green+Blue) = 32+195+172=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #20C3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C3AC is #DF3C53. Grayscale: #8F8F8F. Windows color (decimal): -14629972 or 11322144. OLE color: 11322144.

HSL color Cylindrical-coordinate representation of color #20C3AC: hue angle of 171.53º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C3AC is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 172 -
CMYK 0.84 0 0.12 0.24
HSL 171.53º 0.72% 0.45% -
HSV(B) 171.53º 0.84% 0.76% -
XYZ 27.56 42.32 45.75 -
YUV 143.64 144 48.37 -
System Red Green Blue C M Y K H S L
Decimal 32 195 172 0.84 0 0.12 0.24 171.53 0.72 0.45
Hex 20 C3 AC 54 0 C 18 AC 48 2D
Octal 40 303 254 124 0 14 30 254 110 55
Binary 100000 11000011 10101100 1010100 0 1100 11000 10101100 1001000 101101

Color Harmonies of #20C3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C3AC

Black with #20C3AC

Text Example


Text Example

White with #20C3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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