#52B6AA

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

Shades of Puerto Rico #52B6AA

Tints of Puerto Rico #52B6AA

Color information

#52B6AA (or 0x52B6AA) is unknown color: approx Puerto Rico. HEX triplet: 52, B6 and AA. RGB value is (82,182,170). Sum of RGB (Red+Green+Blue) = 82+182+170=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #52B6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B6AA is #AD4955. Grayscale: #969696. Windows color (decimal): -11356502 or 11187794. OLE color: 11187794.

HSL color Cylindrical-coordinate representation of color #52B6AA: hue angle of 172.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B6AA is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB82182170-
CMYK0.5500.070.29
HSL172.8º40.65%51.76%-
HSV(B)172.8º54.95%71.37%-
XYZ27.4638.1543.95-
YUV150.73138.8778.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=18.89%
G=41.94%
B=39.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821700.5500.070.29172.840.6551.76
Hex52B6AA37071Dad2934
Octal1222662526707352555164
Binary1010010101101101010101011011101111110110101101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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