#52B7A0

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

Shades of Puerto Rico #52B7A0

Tints of Puerto Rico #52B7A0

Color information

#52B7A0 (or 0x52B7A0) is unknown color: approx Puerto Rico. HEX triplet: 52, B7 and A0. RGB value is (82,183,160). Sum of RGB (Red+Green+Blue) = 82+183+160=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #52B7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B7A0 is #AD485F. Grayscale: #969696. Windows color (decimal): -11356256 or 10532690. OLE color: 10532690.

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

Color convert

RGB82183160-
CMYK0.5500.130.28
HSL166.34º41.22%51.96%-
HSV(B)166.34º55.19%71.76%-
XYZ26.7638.239.22-
YUV150.18133.5479.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=19.29%
G=43.06%
B=37.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831600.5500.130.28166.3441.2251.96
Hex52B7A0370D1Ca62934
Octal12226724067015342465164
Binary10100101011011110100000110111011011110010100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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