#47ACA7

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

Shades of Puerto Rico #47ACA7

Tints of Puerto Rico #47ACA7

Color information

#47ACA7 (or 0x47ACA7) is unknown color: approx Puerto Rico. HEX triplet: 47, AC and A7. RGB value is (71,172,167). Sum of RGB (Red+Green+Blue) = 71+172+167=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #47ACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ACA7 is #B85358. Grayscale: #8D8D8D. Windows color (decimal): -12079961 or 10988615. OLE color: 10988615.

HSL color Cylindrical-coordinate representation of color #47ACA7: hue angle of 177.03º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47ACA7 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB71172167-
CMYK0.5900.030.33
HSL177.03º41.56%47.65%-
HSV(B)177.03º58.72%67.45%-
XYZ24.3333.6341.77-
YUV141.23142.5477.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.32%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 167 (65.62% from 255) = 40.73%
R=17.32%
G=41.95%
B=40.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711721670.5900.030.33177.0341.5647.65
Hex47ACA73B0321b12a30
Octal1072542477303412615260
Binary1000111101011001010011111101101110000110110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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