Html Css Color HEX #20C997 Shamrock

📋 copy color: '#20C997'

red 32 ◦ green 201 ◦ blue 151

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

Shades of Shamrock #20C997

Tints of Shamrock #20C997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 8.33%
G = 52.34%
B = 39.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#20C997 (or 0x20C997) is known color: Shamrock. HEX triplet: 20, C9 and 97. RGB value is (32,201,151). Sum of RGB (Red+Green+Blue) = 32+201+151=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #20C997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C997 is #DF3668. Grayscale: #909090. Windows color (decimal): -14628457 or 9947424. OLE color: 9947424.

HSL color Cylindrical-coordinate representation of color #20C997: hue angle of 162.25º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C997 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 151 -
CMYK 0.84 0 0.25 0.21
HSL 162.25º 0.73% 0.46% -
HSV(B) 162.25º 0.84% 0.79% -
XYZ 27.07 44.31 36.41 -
YUV 144.77 131.51 47.57 -
System Red Green Blue C M Y K H S L
Decimal 32 201 151 0.84 0 0.25 0.21 162.25 0.73 0.46
Hex 20 C9 97 54 0 19 15 A2 49 2E
Octal 40 311 227 124 0 31 25 242 111 56
Binary 100000 11001001 10010111 1010100 0 11001 10101 10100010 1001001 101110

Color Harmonies of #20C997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C997

Black with #20C997

Text Example


Text Example

White with #20C997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,151); }

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

background-color css

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

 a { background-color: rgb(32,201,151); }

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

border-color css

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

 span { border-color: rgb(32,201,151); }

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