Html Css Color HEX #47CFA8 Shamrock

📋 copy color: '#47CFA8'

red 71 ◦ green 207 ◦ blue 168

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

Shades of Shamrock #47CFA8

Tints of Shamrock #47CFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 15.92%
G = 46.41%
B = 37.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#47CFA8 (or 0x47CFA8) is known color: Shamrock. HEX triplet: 47, CF and A8. RGB value is (71,207,168). Sum of RGB (Red+Green+Blue) = 71+207+168=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFA8 is #B83057. Grayscale: #A1A1A1. Windows color (decimal): -12071000 or 11063111. OLE color: 11063111.

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

Color convert

RGB 71 207 168 -
CMYK 0.66 0 0.19 0.19
HSL 162.79º 0.59% 0.55% -
HSV(B) 162.79º 0.66% 0.81% -
XYZ 31.98 48.79 44.78 -
YUV 161.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 71 207 168 0.66 0 0.19 0.19 162.79 0.59 0.55
Hex 47 CF A8 42 0 13 13 A3 3B 37
Octal 107 317 250 102 0 23 23 243 73 67
Binary 1000111 11001111 10101000 1000010 0 10011 10011 10100011 111011 110111

Color Harmonies of #47CFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFA8

Black with #47CFA8

Text Example


Text Example

White with #47CFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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