#52B3A2

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

Shades of Puerto Rico #52B3A2

Tints of Puerto Rico #52B3A2

Color information

#52B3A2 (or 0x52B3A2) is unknown color: approx Puerto Rico. HEX triplet: 52, B3 and A2. RGB value is (82,179,162). Sum of RGB (Red+Green+Blue) = 82+179+162=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #52B3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B3A2 is #AD4C5D. Grayscale: #949494. Windows color (decimal): -11357278 or 10662738. OLE color: 10662738.

HSL color Cylindrical-coordinate representation of color #52B3A2: hue angle of 169.48º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B3A2 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB82179162-
CMYK0.5400.090.30
HSL169.48º38.96%51.18%-
HSV(B)169.48º54.19%70.2%-
XYZ26.1236.6439.88-
YUV148.06135.8680.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=19.39%
G=42.32%
B=38.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821791620.5400.090.30169.4838.9651.18
Hex52B3A236091Ea92733
Octal12226324266011362514763
Binary10100101011001110100010110110010011111010101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,179,162); }

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

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

 a { background-color: rgb(82,179,162); }

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

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

 span { border-color: rgb(82,179,162); }

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