#52AEA2

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

Shades of Puerto Rico #52AEA2

Tints of Puerto Rico #52AEA2

Color information

#52AEA2 (or 0x52AEA2) is unknown color: approx Puerto Rico. HEX triplet: 52, AE and A2. RGB value is (82,174,162). Sum of RGB (Red+Green+Blue) = 82+174+162=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #52AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AEA2 is #AD515D. Grayscale: #919191. Windows color (decimal): -11358558 or 10661458. OLE color: 10661458.

HSL color Cylindrical-coordinate representation of color #52AEA2: hue angle of 172.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AEA2 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB82174162-
CMYK0.5300.070.32
HSL172.17º36.22%50.2%-
HSV(B)172.17º52.87%68.24%-
XYZ25.1434.6739.55-
YUV145.12137.5282.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.62%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=19.62%
G=41.63%
B=38.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741620.5300.070.32172.1736.2250.2
Hex52AEA2350720ac2432
Octal1222562426507402544462
Binary10100101010111010100010110101011110000010101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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