#52B49B

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

Shades of Puerto Rico #52B49B

Tints of Puerto Rico #52B49B

Color information

#52B49B (or 0x52B49B) is unknown color: approx Puerto Rico. HEX triplet: 52, B4 and 9B. RGB value is (82,180,155). Sum of RGB (Red+Green+Blue) = 82+180+155=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #52B49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B49B is #AD4B64. Grayscale: #939393. Windows color (decimal): -11357029 or 10204242. OLE color: 10204242.

HSL color Cylindrical-coordinate representation of color #52B49B: hue angle of 164.69º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B49B is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB82180155-
CMYK0.5400.140.29
HSL164.69º39.52%51.37%-
HSV(B)164.69º54.44%70.59%-
XYZ25.7236.836.76-
YUV147.85132.0381.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.66%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=19.66%
G=43.17%
B=37.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821801550.5400.140.29164.6939.5251.37
Hex52B49B360E1Da52833
Octal12226423366016352455063
Binary10100101011010010011011110110011101110110100101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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