#52ACA6

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

Shades of Puerto Rico #52ACA6

Tints of Puerto Rico #52ACA6

Color information

#52ACA6 (or 0x52ACA6) is unknown color: approx Puerto Rico. HEX triplet: 52, AC and A6. RGB value is (82,172,166). Sum of RGB (Red+Green+Blue) = 82+172+166=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #52ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ACA6 is #AD5359. Grayscale: #909090. Windows color (decimal): -11359066 or 10923090. OLE color: 10923090.

HSL color Cylindrical-coordinate representation of color #52ACA6: hue angle of 176º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52ACA6 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB82172166-
CMYK0.5200.030.33
HSL176º35.43%49.8%-
HSV(B)176º52.33%67.45%-
XYZ25.1234.0541.33-
YUV144.41140.1883.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=19.52%
G=40.95%
B=39.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721660.5200.030.3317635.4349.8
Hex52ACA6340321b02332
Octal1222542466403412604362
Binary1010010101011001010011011010001110000110110000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ACA6; }

 p { color: rgb(82,172,166); }

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

<style>
 a { background-color: #52ACA6; }

 a { background-color: rgb(82,172,166); }

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

<style>
 span { border-color: #52ACA6; }

 span { border-color: rgb(82,172,166); }

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