#52B79F

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

Shades of Puerto Rico #52B79F

Tints of Puerto Rico #52B79F

Color information

#52B79F (or 0x52B79F) is unknown color: approx Puerto Rico. HEX triplet: 52, B7 and 9F. RGB value is (82,183,159). Sum of RGB (Red+Green+Blue) = 82+183+159=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #52B79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B79F is #AD4860. Grayscale: #969696. Windows color (decimal): -11356257 or 10467154. OLE color: 10467154.

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

Color convert

RGB82183159-
CMYK0.5500.130.28
HSL165.74º41.22%51.96%-
HSV(B)165.74º55.19%71.76%-
XYZ26.6738.1638.76-
YUV150.06133.0479.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.34%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=19.34%
G=43.16%
B=37.5%

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
Decimal821831590.5500.130.28165.7441.2251.96
Hex52B79F370D1Ca62934
Octal12226723767015342465164
Binary10100101011011110011111110111011011110010100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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