Html Css Color HEX #47DEAF Shamrock

📋 copy color: '#47DEAF'

red 71 ◦ green 222 ◦ blue 175

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

Shades of Shamrock #47DEAF

Tints of Shamrock #47DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

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

R = 15.17%
G = 47.44%
B = 37.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#47DEAF (or 0x47DEAF) is known color: Shamrock. HEX triplet: 47, DE and AF. RGB value is (71,222,175). Sum of RGB (Red+Green+Blue) = 71+222+175=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DEAF is #B82150. Grayscale: #ABABAB. Windows color (decimal): -12067153 or 11525703. OLE color: 11525703.

HSL color Cylindrical-coordinate representation of color #47DEAF: hue angle of 161.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DEAF is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 222 175 -
CMYK 0.68 0 0.21 0.13
HSL 161.32º 0.7% 0.57% -
HSV(B) 161.32º 0.68% 0.87% -
XYZ 36.46 56.68 49.58 -
YUV 171.49 129.97 56.32 -
System Red Green Blue C M Y K H S L
Decimal 71 222 175 0.68 0 0.21 0.13 161.32 0.7 0.57
Hex 47 DE AF 44 0 15 D A1 46 39
Octal 107 336 257 104 0 25 15 241 106 71
Binary 1000111 11011110 10101111 1000100 0 10101 1101 10100001 1000110 111001

Color Harmonies of #47DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DEAF

Black with #47DEAF

Text Example


Text Example

White with #47DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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