#47ACA0

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

Shades of Puerto Rico #47ACA0

Tints of Puerto Rico #47ACA0

Color information

#47ACA0 (or 0x47ACA0) is unknown color: approx Puerto Rico. HEX triplet: 47, AC and A0. RGB value is (71,172,160). Sum of RGB (Red+Green+Blue) = 71+172+160=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #47ACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ACA0 is #B8535F. Grayscale: #8C8C8C. Windows color (decimal): -12079968 or 10529863. OLE color: 10529863.

HSL color Cylindrical-coordinate representation of color #47ACA0: hue angle of 172.87º 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 #47ACA0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB71172160-
CMYK0.5900.070.33
HSL172.87º41.56%47.65%-
HSV(B)172.87º58.72%67.45%-
XYZ23.733.3838.45-
YUV140.43139.0478.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=17.62%
G=42.68%
B=39.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711721600.5900.070.33172.8741.5647.65
Hex47ACA03B0721ad2a30
Octal1072542407307412555260
Binary10001111010110010100000111011011110000110101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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