#47c6a5

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

Shades of Puerto Rico #47C6A5

Tints of Puerto Rico #47C6A5

Color information

#47C6A5 (or 0x47C6A5) is unknown color: approx Puerto Rico. HEX triplet: 47, C6 and A5. RGB value is (71,198,165). Sum of RGB (Red+Green+Blue) = 71+198+165=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C6A5 is #B8395A. Grayscale: #9C9C9C. Windows color (decimal): -12073307 or 10864199. OLE color: 10864199.

HSL color Cylindrical-coordinate representation of color #47C6A5: hue angle of 164.41º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C6A5 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB71198165-
CMYK0.6400.170.22
HSL164.41º52.7%52.75%-
HSV(B)164.41º64.14%77.65%-
XYZ29.5844.4442.62-
YUV156.26132.9267.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.36%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=16.36%
G=45.62%
B=38.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711981650.6400.170.22164.4152.752.75
Hex47C6A54001116a43535
Octal107306245100021262446565
Binary1000111110001101010010110000000100011011010100100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47c6a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,198,165); }

 H1.HeaderClassName
 {
   color: #47c6a5;
 }
 .AnyTagClassName
 {
   color: #47c6a5;
 }
</style>
background-color css

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

 a { background-color: rgb(71,198,165); }

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

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

 span { border-color: rgb(71,198,165); }

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