#47C49E

Color #47C49E Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #47C49E

Tints of Puerto Rico #47C49E

Color information

#47C49E (or 0x47C49E) is unknown color: approx 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

RGB71196158-
CMYK0.6400.190.23
HSL161.76º51.44%52.35%-
HSV(B)161.76º63.78%76.86%-
XYZ28.5143.2939.2-
YUV154.29130.0968.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711961580.6400.190.23161.7651.4452.35
Hex47C49E4001317a23334
Octal107304236100023272426364
Binary1000111110001001001111010000000100111011110100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>