Html Css Color HEX #47D8AF Shamrock

📋 copy color: '#47D8AF'

red 71 ◦ green 216 ◦ blue 175

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

Shades of Shamrock #47D8AF

Tints of Shamrock #47D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.75%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 15.37%
G = 46.75%
B = 37.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#47D8AF (or 0x47D8AF) is known color: Shamrock. HEX triplet: 47, D8 and AF. RGB value is (71,216,175). Sum of RGB (Red+Green+Blue) = 71+216+175=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D8AF is #B82750. Grayscale: #A7A7A7. Windows color (decimal): -12068689 or 11524167. OLE color: 11524167.

HSL color Cylindrical-coordinate representation of color #47D8AF: hue angle of 163.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D8AF is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 216 175 -
CMYK 0.67 0 0.19 0.15
HSL 163.03º 0.65% 0.56% -
HSV(B) 163.03º 0.67% 0.85% -
XYZ 34.89 53.55 49.05 -
YUV 167.97 131.96 58.83 -
System Red Green Blue C M Y K H S L
Decimal 71 216 175 0.67 0 0.19 0.15 163.03 0.65 0.56
Hex 47 D8 AF 43 0 13 F A3 41 38
Octal 107 330 257 103 0 23 17 243 101 70
Binary 1000111 11011000 10101111 1000011 0 10011 1111 10100011 1000001 111000

Color Harmonies of #47D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D8AF

Black with #47D8AF

Text Example


Text Example

White with #47D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,216,175); }

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

background-color css

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

 a { background-color: rgb(71,216,175); }

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

border-color css

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

 span { border-color: rgb(71,216,175); }

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