#52AFA2

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

Shades of Puerto Rico #52AFA2

Tints of Puerto Rico #52AFA2

Color information

#52AFA2 (or 0x52AFA2) is unknown color: approx Puerto Rico. HEX triplet: 52, AF and A2. RGB value is (82,175,162). Sum of RGB (Red+Green+Blue) = 82+175+162=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #52AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFA2 is #AD505D. Grayscale: #919191. Windows color (decimal): -11358302 or 10661714. OLE color: 10661714.

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

Color convert

RGB82175162-
CMYK0.5300.070.31
HSL171.61º36.76%50.39%-
HSV(B)171.61º53.14%68.63%-
XYZ25.3335.0639.62-
YUV145.71137.1982.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.57%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 162 (63.67% from 255) = 38.66%
R=19.57%
G=41.77%
B=38.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751620.5300.070.31171.6136.7650.39
Hex52AFA235071Fac2532
Octal1222572426507372544562
Binary1010010101011111010001011010101111111110101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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