#47ACA1

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

Shades of Puerto Rico #47ACA1

Tints of Puerto Rico #47ACA1

Color information

#47ACA1 (or 0x47ACA1) is unknown color: approx Puerto Rico. HEX triplet: 47, AC and A1. RGB value is (71,172,161). Sum of RGB (Red+Green+Blue) = 71+172+161=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #47ACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ACA1 is #B8535E. Grayscale: #8C8C8C. Windows color (decimal): -12079967 or 10595399. OLE color: 10595399.

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

Color convert

RGB71172161-
CMYK0.5900.060.33
HSL173.47º41.56%47.65%-
HSV(B)173.47º58.72%67.45%-
XYZ23.7833.4238.91-
YUV140.55139.5478.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.57%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 161 (63.28% from 255) = 39.85%
R=17.57%
G=42.57%
B=39.85%

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
Decimal711721610.5900.060.33173.4741.5647.65
Hex47ACA13B0621ad2a30
Octal1072542417306412555260
Binary10001111010110010100001111011011010000110101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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