#52B5B0

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

Shades of Puerto Rico #52B5B0

Tints of Puerto Rico #52B5B0

Color information

#52B5B0 (or 0x52B5B0) is unknown color: approx Puerto Rico. HEX triplet: 52, B5 and B0. RGB value is (82,181,176). Sum of RGB (Red+Green+Blue) = 82+181+176=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B5B0 is #AD4A4F. Grayscale: #969696. Windows color (decimal): -11356752 or 11580754. OLE color: 11580754.

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

Color convert

RGB82181176-
CMYK0.5500.030.29
HSL176.97º40.08%51.57%-
HSV(B)176.97º54.7%70.98%-
XYZ27.8437.9846.94-
YUV150.83142.278.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=18.68%
G=41.23%
B=40.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821811760.5500.030.29176.9740.0851.57
Hex52B5B037031Db12834
Octal1222652606703352615064
Binary101001010110101101100001101110111110110110001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,181,176); }

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

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

 a { background-color: rgb(82,181,176); }

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

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

 span { border-color: rgb(82,181,176); }

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