Html Css Color HEX #20C994 Shamrock

📋 copy color: '#20C994'

red 32 ◦ green 201 ◦ blue 148

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

Shades of Shamrock #20C994

Tints of Shamrock #20C994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 8.4%
G = 52.76%
B = 38.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#20C994 (or 0x20C994) is known color: Shamrock. HEX triplet: 20, C9 and 94. RGB value is (32,201,148). Sum of RGB (Red+Green+Blue) = 32+201+148=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #20C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C994 is #DF366B. Grayscale: #909090. Windows color (decimal): -14628460 or 9750816. OLE color: 9750816.

HSL color Cylindrical-coordinate representation of color #20C994: hue angle of 161.18º 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 #20C994 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 148 -
CMYK 0.84 0 0.26 0.21
HSL 161.18º 0.73% 0.46% -
HSV(B) 161.18º 0.84% 0.79% -
XYZ 26.83 44.22 35.14 -
YUV 144.43 130.01 47.81 -
System Red Green Blue C M Y K H S L
Decimal 32 201 148 0.84 0 0.26 0.21 161.18 0.73 0.46
Hex 20 C9 94 54 0 1A 15 A1 49 2E
Octal 40 311 224 124 0 32 25 241 111 56
Binary 100000 11001001 10010100 1010100 0 11010 10101 10100001 1001001 101110

Color Harmonies of #20C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C994

Black with #20C994

Text Example


Text Example

White with #20C994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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