#47CAA0

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

Shades of Shamrock #47CAA0

Tints of Shamrock #47CAA0

Color information

#47CAA0 (or 0x47CAA0) is unknown color: approx Shamrock. HEX triplet: 47, CA and A0. RGB value is (71,202,160). Sum of RGB (Red+Green+Blue) = 71+202+160=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #47CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CAA0 is #B8355F. Grayscale: #9E9E9E. Windows color (decimal): -12072288 or 10537543. OLE color: 10537543.

HSL color Cylindrical-coordinate representation of color #47CAA0: hue angle of 160.76º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CAA0 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB71202160-
CMYK0.6500.210.21
HSL160.76º55.27%53.53%-
HSV(B)160.76º64.85%79.22%-
XYZ30.0646.1240.57-
YUV158.04129.165.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.40%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=16.40%
G=46.65%
B=36.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal712021600.6500.210.21160.7655.2753.53
Hex47CAA04101515a13736
Octal107312240101025252416766
Binary1000111110010101010000010000010101011010110100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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