Html Css Color HEX #47D0AC Shamrock

📋 copy color: '#47D0AC'

red 71 ◦ green 208 ◦ blue 172

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

Shades of Shamrock #47D0AC

Tints of Shamrock #47D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.12%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 15.74%
G = 46.12%
B = 38.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#47D0AC (or 0x47D0AC) is known color: Shamrock. HEX triplet: 47, D0 and AC. RGB value is (71,208,172). Sum of RGB (Red+Green+Blue) = 71+208+172=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D0AC is #B82F53. Grayscale: #A2A2A2. Windows color (decimal): -12070740 or 11325511. OLE color: 11325511.

HSL color Cylindrical-coordinate representation of color #47D0AC: hue angle of 164.23º 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 #47D0AC is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 208 172 -
CMYK 0.66 0 0.17 0.18
HSL 164.23º 0.59% 0.55% -
HSV(B) 164.23º 0.66% 0.82% -
XYZ 32.6 49.43 46.85 -
YUV 162.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 71 208 172 0.66 0 0.17 0.18 164.23 0.59 0.55
Hex 47 D0 AC 42 0 11 12 A4 3B 37
Octal 107 320 254 102 0 21 22 244 73 67
Binary 1000111 11010000 10101100 1000010 0 10001 10010 10100100 111011 110111

Color Harmonies of #47D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D0AC

Black with #47D0AC

Text Example


Text Example

White with #47D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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