#52B6A9

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

Shades of Puerto Rico #52B6A9

Tints of Puerto Rico #52B6A9

Color information

#52B6A9 (or 0x52B6A9) is unknown color: approx Puerto Rico. HEX triplet: 52, B6 and A9. RGB value is (82,182,169). Sum of RGB (Red+Green+Blue) = 82+182+169=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #52B6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B6A9 is #AD4956. Grayscale: #969696. Windows color (decimal): -11356503 or 11122258. OLE color: 11122258.

HSL color Cylindrical-coordinate representation of color #52B6A9: hue angle of 172.2º 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 #52B6A9 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB82182169-
CMYK0.5500.070.29
HSL172.2º40.65%51.76%-
HSV(B)172.2º54.95%71.37%-
XYZ27.3738.1143.45-
YUV150.62138.3779.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.94%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=18.94%
G=42.03%
B=39.03%

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
Decimal821821690.5500.070.29172.240.6551.76
Hex52B6A937071Dac2934
Octal1222662516707352545164
Binary1010010101101101010100111011101111110110101100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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