#52C1AA

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

Shades of Puerto Rico #52C1AA

Tints of Puerto Rico #52C1AA

Color information

#52C1AA (or 0x52C1AA) is unknown color: approx Puerto Rico. HEX triplet: 52, C1 and AA. RGB value is (82,193,170). Sum of RGB (Red+Green+Blue) = 82+193+170=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1AA is #AD3E55. Grayscale: #9D9D9D. Windows color (decimal): -11353686 or 11190610. OLE color: 11190610.

HSL color Cylindrical-coordinate representation of color #52C1AA: hue angle of 167.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1AA is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB82193170-
CMYK0.5800.120.24
HSL167.57º47.23%53.92%-
HSV(B)167.57º57.51%75.69%-
XYZ29.8142.8444.73-
YUV157.19135.2374.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.43%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=18.43%
G=43.37%
B=38.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931700.5800.120.24167.5747.2353.92
Hex52C1AA3A0C18a82f36
Octal12230125272014302505766
Binary10100101100000110101010111010011001100010101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,170); }

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

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

 a { background-color: rgb(82,193,170); }

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

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

 span { border-color: rgb(82,193,170); }

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