Html Css Color HEX #20C0AD Light Sea Green

📋 copy color: '#20C0AD'

red 32 ◦ green 192 ◦ blue 173

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

Shades of Light Sea Green #20C0AD

Tints of Light Sea Green #20C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.36%

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

R = 8.06%
G = 48.36%
B = 43.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#20C0AD (or 0x20C0AD) is known color: Light Sea Green. HEX triplet: 20, C0 and AD. RGB value is (32,192,173). Sum of RGB (Red+Green+Blue) = 32+192+173=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C0AD is #DF3F52. Grayscale: #8D8D8D. Windows color (decimal): -14630739 or 11386912. OLE color: 11386912.

HSL color Cylindrical-coordinate representation of color #20C0AD: hue angle of 172.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C0AD is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 173 -
CMYK 0.83 0 0.10 0.25
HSL 172.88º 0.71% 0.44% -
HSV(B) 172.88º 0.83% 0.75% -
XYZ 26.99 41.02 46.03 -
YUV 141.99 145.49 49.54 -
System Red Green Blue C M Y K H S L
Decimal 32 192 173 0.83 0 0.10 0.25 172.88 0.71 0.44
Hex 20 C0 AD 53 0 A 19 AD 47 2C
Octal 40 300 255 123 0 12 31 255 107 54
Binary 100000 11000000 10101101 1010011 0 1010 11001 10101101 1000111 101100

Color Harmonies of #20C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C0AD

Black with #20C0AD

Text Example


Text Example

White with #20C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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