#47C2AC

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

Shades of Puerto Rico #47C2AC

Tints of Puerto Rico #47C2AC

Color information

#47C2AC (or 0x47C2AC) is unknown color: approx Puerto Rico. HEX triplet: 47, C2 and AC. RGB value is (71,194,172). Sum of RGB (Red+Green+Blue) = 71+194+172=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2AC is #B83D53. Grayscale: #9A9A9A. Windows color (decimal): -12074324 or 11321927. OLE color: 11321927.

HSL color Cylindrical-coordinate representation of color #47C2AC: hue angle of 169.27º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C2AC is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB71194172-
CMYK0.6300.110.24
HSL169.27º50.2%51.96%-
HSV(B)169.27º63.4%76.08%-
XYZ29.3442.945.76-
YUV154.72137.7568.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.25%
GREEN value IS 194 (76.17% from 255) = 44.39%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=16.25%
G=44.39%
B=39.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711941720.6300.110.24169.2750.251.96
Hex47C2AC3F0B18a93234
Octal10730225477013302516264
Binary10001111100001010101100111111010111100010101001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,194,172); }

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

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

 a { background-color: rgb(71,194,172); }

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

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

 span { border-color: rgb(71,194,172); }

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