Html Css Color HEX #47CFAA Shamrock

📋 copy color: '#47CFAA'

red 71 ◦ green 207 ◦ blue 170

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

Shades of Shamrock #47CFAA

Tints of Shamrock #47CFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 15.85%
G = 46.21%
B = 37.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#47CFAA (or 0x47CFAA) is known color: Shamrock. HEX triplet: 47, CF and AA. RGB value is (71,207,170). Sum of RGB (Red+Green+Blue) = 71+207+170=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFAA is #B83055. Grayscale: #A2A2A2. Windows color (decimal): -12070998 or 11194183. OLE color: 11194183.

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

Color convert

RGB 71 207 170 -
CMYK 0.66 0 0.18 0.19
HSL 163.68º 0.59% 0.55% -
HSV(B) 163.68º 0.66% 0.81% -
XYZ 32.17 48.87 45.77 -
YUV 162.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 71 207 170 0.66 0 0.18 0.19 163.68 0.59 0.55
Hex 47 CF AA 42 0 12 13 A4 3B 37
Octal 107 317 252 102 0 22 23 244 73 67
Binary 1000111 11001111 10101010 1000010 0 10010 10011 10100100 111011 110111

Color Harmonies of #47CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFAA

Black with #47CFAA

Text Example


Text Example

White with #47CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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