#52B6A1

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

Shades of Puerto Rico #52B6A1

Tints of Puerto Rico #52B6A1

Color information

#52B6A1 (or 0x52B6A1) is unknown color: approx Puerto Rico. HEX triplet: 52, B6 and A1. RGB value is (82,182,161). Sum of RGB (Red+Green+Blue) = 82+182+161=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #52B6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B6A1 is #AD495E. Grayscale: #959595. Windows color (decimal): -11356511 or 10597970. OLE color: 10597970.

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

Color convert

RGB82182161-
CMYK0.5500.120.29
HSL167.4º40.65%51.76%-
HSV(B)167.4º54.95%71.37%-
XYZ26.6437.8239.61-
YUV149.71134.3779.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=19.29%
G=42.82%
B=37.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821610.5500.120.29167.440.6551.76
Hex52B6A1370C1Da72934
Octal12226624167014352475164
Binary10100101011011010100001110111011001110110100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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