Html Css Color HEX #47CFA0 Shamrock

📋 copy color: '#47CFA0'

red 71 ◦ green 207 ◦ blue 160

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

Shades of Shamrock #47CFA0

Tints of Shamrock #47CFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 16.21%
G = 47.26%
B = 36.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#47CFA0 (or 0x47CFA0) is known color: Shamrock. HEX triplet: 47, CF and A0. RGB value is (71,207,160). Sum of RGB (Red+Green+Blue) = 71+207+160=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFA0 is #B8305F. Grayscale: #A1A1A1. Windows color (decimal): -12071008 or 10538823. OLE color: 10538823.

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

Color convert

RGB 71 207 160 -
CMYK 0.66 0 0.23 0.19
HSL 159.26º 0.59% 0.55% -
HSV(B) 159.26º 0.66% 0.81% -
XYZ 31.26 48.5 40.97 -
YUV 160.98 127.44 63.82 -
System Red Green Blue C M Y K H S L
Decimal 71 207 160 0.66 0 0.23 0.19 159.26 0.59 0.55
Hex 47 CF A0 42 0 17 13 9F 3B 37
Octal 107 317 240 102 0 27 23 237 73 67
Binary 1000111 11001111 10100000 1000010 0 10111 10011 10011111 111011 110111

Color Harmonies of #47CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFA0

Black with #47CFA0

Text Example


Text Example

White with #47CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,160); }

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

background-color css

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

 a { background-color: rgb(71,207,160); }

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

border-color css

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

 span { border-color: rgb(71,207,160); }

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