#52ACA2

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

Shades of Puerto Rico #52ACA2

Tints of Puerto Rico #52ACA2

Color information

#52ACA2 (or 0x52ACA2) is unknown color: approx Puerto Rico. HEX triplet: 52, AC and A2. RGB value is (82,172,162). Sum of RGB (Red+Green+Blue) = 82+172+162=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #52ACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ACA2 is #AD535D. Grayscale: #8F8F8F. Windows color (decimal): -11359070 or 10660946. OLE color: 10660946.

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

Color convert

RGB82172162-
CMYK0.5200.060.33
HSL173.33º35.43%49.8%-
HSV(B)173.33º52.33%67.45%-
XYZ24.7533.9139.42-
YUV143.95138.1883.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=19.71%
G=41.35%
B=38.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721620.5200.060.33173.3335.4349.8
Hex52ACA2340621ad2332
Octal1222542426406412554362
Binary10100101010110010100010110100011010000110101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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