Html Css Color HEX #47DCAA Shamrock

📋 copy color: '#47DCAA'

red 71 ◦ green 220 ◦ blue 170

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

Shades of Shamrock #47DCAA

Tints of Shamrock #47DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 15.4%
G = 47.72%
B = 36.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#47DCAA (or 0x47DCAA) is known color: Shamrock. HEX triplet: 47, DC and AA. RGB value is (71,220,170). Sum of RGB (Red+Green+Blue) = 71+220+170=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DCAA is #B82355. Grayscale: #A9A9A9. Windows color (decimal): -12067670 or 11197511. OLE color: 11197511.

HSL color Cylindrical-coordinate representation of color #47DCAA: hue angle of 159.87º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCAA is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 170 -
CMYK 0.68 0 0.23 0.14
HSL 159.87º 0.68% 0.57% -
HSV(B) 159.87º 0.68% 0.86% -
XYZ 35.45 55.43 46.86 -
YUV 169.75 128.14 57.57 -
System Red Green Blue C M Y K H S L
Decimal 71 220 170 0.68 0 0.23 0.14 159.87 0.68 0.57
Hex 47 DC AA 44 0 17 E A0 44 39
Octal 107 334 252 104 0 27 16 240 104 71
Binary 1000111 11011100 10101010 1000100 0 10111 1110 10100000 1000100 111001

Color Harmonies of #47DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCAA

Black with #47DCAA

Text Example


Text Example

White with #47DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,170); }

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

background-color css

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

 a { background-color: rgb(71,220,170); }

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

border-color css

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

 span { border-color: rgb(71,220,170); }

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