Html Css Color HEX #47FAAA Shamrock

📋 copy color: '#47FAAA'

red 71 ◦ green 250 ◦ blue 170

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

Shades of Shamrock #47FAAA

Tints of Shamrock #47FAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.92%

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

R = 14.46%
G = 50.92%
B = 34.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#47FAAA (or 0x47FAAA) is known color: Shamrock. HEX triplet: 47, FA and AA. RGB value is (71,250,170). Sum of RGB (Red+Green+Blue) = 71+250+170=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FAAA is #B80555. Grayscale: #BBBBBB. Windows color (decimal): -12059990 or 11205191. OLE color: 11205191.

HSL color Cylindrical-coordinate representation of color #47FAAA: hue angle of 153.18º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FAAA is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 250 170 -
CMYK 0.72 0 0.32 0.02
HSL 153.18º 0.95% 0.63% -
HSV(B) 153.18º 0.72% 0.98% -
XYZ 44.04 72.61 49.72 -
YUV 187.36 118.2 45 -
System Red Green Blue C M Y K H S L
Decimal 71 250 170 0.72 0 0.32 0.02 153.18 0.95 0.63
Hex 47 FA AA 48 0 20 2 99 5F 3F
Octal 107 372 252 110 0 40 2 231 137 77
Binary 1000111 11111010 10101010 1001000 0 100000 10 10011001 1011111 111111

Color Harmonies of #47FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAAA

Black with #47FAAA

Text Example


Text Example

White with #47FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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