#52B7B0

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

Shades of Puerto Rico #52B7B0

Tints of Puerto Rico #52B7B0

Color information

#52B7B0 (or 0x52B7B0) is unknown color: approx Puerto Rico. HEX triplet: 52, B7 and B0. RGB value is (82,183,176). Sum of RGB (Red+Green+Blue) = 82+183+176=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #52B7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B7B0 is #AD484F. Grayscale: #979797. Windows color (decimal): -11356240 or 11581266. OLE color: 11581266.

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

Color convert

RGB82183176-
CMYK0.5500.040.28
HSL175.84º41.22%51.96%-
HSV(B)175.84º55.19%71.76%-
XYZ28.2538.847.07-
YUV152141.5478.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=18.59%
G=41.50%
B=39.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831760.5500.040.28175.8441.2251.96
Hex52B7B037041Cb02934
Octal1222672606704342605164
Binary1010010101101111011000011011101001110010110000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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