#47ACA2

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

Shades of Puerto Rico #47ACA2

Tints of Puerto Rico #47ACA2

Color information

#47ACA2 (or 0x47ACA2) is unknown color: approx Puerto Rico. HEX triplet: 47, AC and A2. RGB value is (71,172,162). Sum of RGB (Red+Green+Blue) = 71+172+162=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #47ACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ACA2 is #B8535D. Grayscale: #8C8C8C. Windows color (decimal): -12079966 or 10660935. OLE color: 10660935.

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

Color convert

RGB71172162-
CMYK0.5900.060.33
HSL174.06º41.56%47.65%-
HSV(B)174.06º58.72%67.45%-
XYZ23.8733.4539.38-
YUV140.66140.0478.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.53%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 162 (63.67% from 255) = 40%
R=17.53%
G=42.47%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711721620.5900.060.33174.0641.5647.65
Hex47ACA23B0621ae2a30
Octal1072542427306412565260
Binary10001111010110010100010111011011010000110101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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