#52B6AC

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

Shades of Puerto Rico #52B6AC

Tints of Puerto Rico #52B6AC

Color information

#52B6AC (or 0x52B6AC) is unknown color: approx Puerto Rico. HEX triplet: 52, B6 and AC. RGB value is (82,182,172). Sum of RGB (Red+Green+Blue) = 82+182+172=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #52B6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B6AC is #AD4953. Grayscale: #969696. Windows color (decimal): -11356500 or 11318866. OLE color: 11318866.

HSL color Cylindrical-coordinate representation of color #52B6AC: hue angle of 174º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B6AC is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB82182172-
CMYK0.5500.050.29
HSL174º40.65%51.76%-
HSV(B)174º54.95%71.37%-
XYZ27.6538.2344.95-
YUV150.96139.8778.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=18.81%
G=41.74%
B=39.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821720.5500.050.2917440.6551.76
Hex52B6AC37051Dae2934
Octal1222662546705352565164
Binary1010010101101101010110011011101011110110101110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,172); }

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

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

 a { background-color: rgb(82,182,172); }

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

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

 span { border-color: rgb(82,182,172); }

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