Html Css Color HEX #20C996 Shamrock

📋 copy color: '#20C996'

red 32 ◦ green 201 ◦ blue 150

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

Shades of Shamrock #20C996

Tints of Shamrock #20C996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 8.36%
G = 52.48%
B = 39.16%

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

#20C996 (or 0x20C996) is known color: Shamrock. HEX triplet: 20, C9 and 96. RGB value is (32,201,150). Sum of RGB (Red+Green+Blue) = 32+201+150=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #20C996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C996 is #DF3669. Grayscale: #909090. Windows color (decimal): -14628458 or 9881888. OLE color: 9881888.

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

Color convert

RGB 32 201 150 -
CMYK 0.84 0 0.25 0.21
HSL 161.89º 0.73% 0.46% -
HSV(B) 161.89º 0.84% 0.79% -
XYZ 26.99 44.28 35.98 -
YUV 144.66 131.01 47.65 -
System Red Green Blue C M Y K H S L
Decimal 32 201 150 0.84 0 0.25 0.21 161.89 0.73 0.46
Hex 20 C9 96 54 0 19 15 A2 49 2E
Octal 40 311 226 124 0 31 25 242 111 56
Binary 100000 11001001 10010110 1010100 0 11001 10101 10100010 1001001 101110

Color Harmonies of #20C996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C996

Black with #20C996

Text Example


Text Example

White with #20C996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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