#52B79B

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

Shades of Puerto Rico #52B79B

Tints of Puerto Rico #52B79B

Color information

#52B79B (or 0x52B79B) is unknown color: approx Puerto Rico. HEX triplet: 52, B7 and 9B. RGB value is (82,183,155). Sum of RGB (Red+Green+Blue) = 82+183+155=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #52B79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B79B is #AD4864. Grayscale: #959595. Windows color (decimal): -11356261 or 10205010. OLE color: 10205010.

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

Color convert

RGB82183155-
CMYK0.5500.150.28
HSL163.37º41.22%51.96%-
HSV(B)163.37º55.19%71.76%-
XYZ26.3338.0336.96-
YUV149.61131.0479.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=19.52%
G=43.57%
B=36.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831550.5500.150.28163.3741.2251.96
Hex52B79B370F1Ca32934
Octal12226723367017342435164
Binary10100101011011110011011110111011111110010100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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