#52ABA2

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

Shades of Puerto Rico #52ABA2

Tints of Puerto Rico #52ABA2

Color information

#52ABA2 (or 0x52ABA2) is unknown color: approx Puerto Rico. HEX triplet: 52, AB and A2. RGB value is (82,171,162). Sum of RGB (Red+Green+Blue) = 82+171+162=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA2 is #AD545D. Grayscale: #8F8F8F. Windows color (decimal): -11359326 or 10660690. OLE color: 10660690.

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

Color convert

RGB82171162-
CMYK0.5200.050.33
HSL173.93º35.18%49.61%-
HSV(B)173.93º52.05%67.06%-
XYZ24.5633.5339.36-
YUV143.36138.5184.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=19.76%
G=41.20%
B=39.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821711620.5200.050.33173.9335.1849.61
Hex52ABA2340521ae2332
Octal1222532426405412564362
Binary10100101010101110100010110100010110000110101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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