#47D0AE

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

Shades of Shamrock #47D0AE

Tints of Shamrock #47D0AE

Color information

#47D0AE (or 0x47D0AE) is unknown color: approx Shamrock. HEX triplet: 47, D0 and AE. RGB value is (71,208,174). Sum of RGB (Red+Green+Blue) = 71+208+174=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D0AE is #B82F51. Grayscale: #A3A3A3. Windows color (decimal): -12070738 or 11456583. OLE color: 11456583.

HSL color Cylindrical-coordinate representation of color #47D0AE: hue angle of 165.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D0AE is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB71208174-
CMYK0.6600.160.18
HSL165.11º59.31%54.71%-
HSV(B)165.11º65.87%81.57%-
XYZ32.7949.5147.87-
YUV163.16134.1162.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.67%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=15.67%
G=45.92%
B=38.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal712081740.6600.160.18165.1159.3154.71
Hex47D0AE4201012a53b37
Octal107320256102020222457367
Binary1000111110100001010111010000100100001001010100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,208,174); }

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

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

 a { background-color: rgb(71,208,174); }

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

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

 span { border-color: rgb(71,208,174); }

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