Html Css Color HEX #20C5AD Light Sea Green

📋 copy color: '#20C5AD'

red 32 ◦ green 197 ◦ blue 173

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

Shades of Light Sea Green #20C5AD

Tints of Light Sea Green #20C5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 7.96%
G = 49%
B = 43.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#20C5AD (or 0x20C5AD) is known color: Light Sea Green. HEX triplet: 20, C5 and AD. RGB value is (32,197,173). Sum of RGB (Red+Green+Blue) = 32+197+173=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #20C5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C5AD is #DF3A52. Grayscale: #909090. Windows color (decimal): -14629459 or 11388192. OLE color: 11388192.

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

Color convert

RGB 32 197 173 -
CMYK 0.84 0 0.12 0.23
HSL 171.27º 0.72% 0.45% -
HSV(B) 171.27º 0.84% 0.77% -
XYZ 28.1 43.26 46.4 -
YUV 144.93 143.84 47.45 -
System Red Green Blue C M Y K H S L
Decimal 32 197 173 0.84 0 0.12 0.23 171.27 0.72 0.45
Hex 20 C5 AD 54 0 C 17 AB 48 2D
Octal 40 305 255 124 0 14 27 253 110 55
Binary 100000 11000101 10101101 1010100 0 1100 10111 10101011 1001000 101101

Color Harmonies of #20C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C5AD

Black with #20C5AD

Text Example


Text Example

White with #20C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,197,173); }

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

background-color css

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

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

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

border-color css

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

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

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