Html Css Color HEX #47C6A0 Shamrock

📋 copy color: '#47C6A0'

red 71 ◦ green 198 ◦ blue 160

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

Shades of Shamrock #47C6A0

Tints of Shamrock #47C6A0

RGB

 RED value IS 71 (28.13% from 255) = 16.55%

 GREEN value IS 198 (77.73% from 255) = 46.15%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 16.55%
G = 46.15%
B = 37.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#47C6A0 (or 0x47C6A0) is known color: Shamrock. HEX triplet: 47, C6 and A0. RGB value is (71,198,160). Sum of RGB (Red+Green+Blue) = 71+198+160=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C6A0 is #B8395F. Grayscale: #9B9B9B. Windows color (decimal): -12073312 or 10536519. OLE color: 10536519.

HSL color Cylindrical-coordinate representation of color #47C6A0: hue angle of 162.05º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C6A0 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 198 160 -
CMYK 0.64 0 0.19 0.22
HSL 162.05º 0.53% 0.53% -
HSV(B) 162.05º 0.64% 0.78% -
XYZ 29.14 44.27 40.27 -
YUV 155.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 71 198 160 0.64 0 0.19 0.22 162.05 0.53 0.53
Hex 47 C6 A0 40 0 13 16 A2 35 35
Octal 107 306 240 100 0 23 26 242 65 65
Binary 1000111 11000110 10100000 1000000 0 10011 10110 10100010 110101 110101

Color Harmonies of #47C6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C6A0

Black with #47C6A0

Text Example


Text Example

White with #47C6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47C6A0; }

 p { color: rgb(71,198,160); }

 H1.HeaderClassName
 {
   color: #47C6A0;
 }
 .AnyTagClassName
 {
   color: #47C6A0;
 }
</style>

background-color css

<style>
 a { background-color: #47C6A0; }

 a { background-color: rgb(71,198,160); }

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

border-color css

<style>
 span { border-color: #47C6A0; }

 span { border-color: rgb(71,198,160); }

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