Html Css Color HEX #20A59F Light Sea Green

📋 copy color: '#20A59F'

red 32 ◦ green 165 ◦ blue 159

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

Shades of Light Sea Green #20A59F

Tints of Light Sea Green #20A59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.35%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 8.99%
G = 46.35%
B = 44.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#20A59F (or 0x20A59F) is known color: Light Sea Green. HEX triplet: 20, A5 and 9F. RGB value is (32,165,159). Sum of RGB (Red+Green+Blue) = 32+165+159=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #20A59F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A59F is #DF5A60. Grayscale: #7C7C7C. Windows color (decimal): -14637665 or 10462496. OLE color: 10462496.

HSL color Cylindrical-coordinate representation of color #20A59F: hue angle of 177.29º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A59F is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 165 159 -
CMYK 0.81 0 0.04 0.35
HSL 177.29º 0.68% 0.39% -
HSV(B) 177.29º 0.81% 0.65% -
XYZ 20.31 29.72 37.47 -
YUV 124.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 32 165 159 0.81 0 0.04 0.35 177.29 0.68 0.39
Hex 20 A5 9F 51 0 4 23 B1 44 27
Octal 40 245 237 121 0 4 43 261 104 47
Binary 100000 10100101 10011111 1010001 0 100 100011 10110001 1000100 100111

Color Harmonies of #20A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A59F

Black with #20A59F

Text Example


Text Example

White with #20A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,165,159); }

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

background-color css

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

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

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

border-color css

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

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

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