Html Css Color HEX #47C49E Puerto Rico

📋 copy color: '#47C49E'

red 71 ◦ green 196 ◦ blue 158

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

Shades of Puerto Rico #47C49E

Tints of Puerto Rico #47C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.12%

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 16.71%
G = 46.12%
B = 37.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#47C49E (or 0x47C49E) is known color: Puerto Rico. HEX triplet: 47, C4 and 9E. RGB value is (71,196,158). Sum of RGB (Red+Green+Blue) = 71+196+158=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #47C49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C49E is #B83B61. Grayscale: #9A9A9A. Windows color (decimal): -12073826 or 10404935. OLE color: 10404935.

HSL color Cylindrical-coordinate representation of color #47C49E: hue angle of 161.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C49E is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 196 158 -
CMYK 0.64 0 0.19 0.23
HSL 161.76º 0.51% 0.52% -
HSV(B) 161.76º 0.64% 0.77% -
XYZ 28.51 43.29 39.2 -
YUV 154.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 71 196 158 0.64 0 0.19 0.23 161.76 0.51 0.52
Hex 47 C4 9E 40 0 13 17 A2 33 34
Octal 107 304 236 100 0 23 27 242 63 64
Binary 1000111 11000100 10011110 1000000 0 10011 10111 10100010 110011 110100

Color Harmonies of #47C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C49E

Black with #47C49E

Text Example


Text Example

White with #47C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,196,158); }

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

background-color css

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

 a { background-color: rgb(71,196,158); }

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

border-color css

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

 span { border-color: rgb(71,196,158); }

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