#47C8A0

Color #47C8A0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #47C8A0

Tints of Shamrock #47C8A0

Color information

#47C8A0 (or 0x47C8A0) is unknown color: approx Shamrock. HEX triplet: 47, C8 and A0. RGB value is (71,200,160). Sum of RGB (Red+Green+Blue) = 71+200+160=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8A0 is #B8375F. Grayscale: #9C9C9C. Windows color (decimal): -12072800 or 10537031. OLE color: 10537031.

HSL color Cylindrical-coordinate representation of color #47C8A0: hue angle of 161.4º degrees, saturation: 0.54, 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 #47C8A0 is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB71200160-
CMYK0.6400.20.22
HSL161.4º53.97%53.14%-
HSV(B)161.4º64.5%78.43%-
XYZ29.645.1940.42-
YUV156.87129.7666.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.47%
GREEN value IS 200 (78.52% from 255) = 46.40%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=16.47%
G=46.40%
B=37.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal712001600.6400.20.22161.453.9753.14
Hex47C8A04001416a13635
Octal107310240100024262416665
Binary1000111110010001010000010000000101001011010100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47C8A0;
 }
 .AnyTagClassName
 {
   color: #47C8A0;
 }
</style>
background-color css

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

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

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

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

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

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