#52CCA5

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

Shades of Puerto Rico #52CCA5

Tints of Puerto Rico #52CCA5

Color information

#52CCA5 (or 0x52CCA5) is unknown color: approx Puerto Rico. HEX triplet: 52, CC and A5. RGB value is (82,204,165). Sum of RGB (Red+Green+Blue) = 82+204+165=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCA5 is #AD335A. Grayscale: #A3A3A3. Windows color (decimal): -11350875 or 10865746. OLE color: 10865746.

HSL color Cylindrical-coordinate representation of color #52CCA5: hue angle of 160.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCA5 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB82204165-
CMYK0.6000.190.2
HSL160.82º54.46%56.08%-
HSV(B)160.82º59.8%80%-
XYZ31.8647.743.12-
YUV163.08129.0870.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=18.18%
G=45.23%
B=36.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041650.6000.190.2160.8254.4656.08
Hex52CCA53C01314a13638
Octal12231424574023242416670
Binary101001011001100101001011111000100111010010100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,165); }

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

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

 a { background-color: rgb(82,204,165); }

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

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

 span { border-color: rgb(82,204,165); }

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