#52AAA0

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

Shades of Puerto Rico #52AAA0

Tints of Puerto Rico #52AAA0

Color information

#52AAA0 (or 0x52AAA0) is unknown color: approx Puerto Rico. HEX triplet: 52, AA and A0. RGB value is (82,170,160). Sum of RGB (Red+Green+Blue) = 82+170+160=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #52AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAA0 is #AD555F. Grayscale: #8E8E8E. Windows color (decimal): -11359584 or 10529362. OLE color: 10529362.

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

Color convert

RGB82170160-
CMYK0.5200.060.33
HSL173.18º34.92%49.41%-
HSV(B)173.18º51.76%66.67%-
XYZ24.233.0838.37-
YUV142.55137.8584.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=19.90%
G=41.26%
B=38.83%

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
Decimal821701600.5200.060.33173.1834.9249.41
Hex52AAA0340621ad2331
Octal1222522406406412554361
Binary10100101010101010100000110100011010000110101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,170,160); }

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

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

 a { background-color: rgb(82,170,160); }

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

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

 span { border-color: rgb(82,170,160); }

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