#52C0AA

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

Shades of Puerto Rico #52C0AA

Tints of Puerto Rico #52C0AA

Color information

#52C0AA (or 0x52C0AA) is unknown color: approx Puerto Rico. HEX triplet: 52, C0 and AA. RGB value is (82,192,170). Sum of RGB (Red+Green+Blue) = 82+192+170=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0AA is #AD3F55. Grayscale: #9C9C9C. Windows color (decimal): -11353942 or 11190354. OLE color: 11190354.

HSL color Cylindrical-coordinate representation of color #52C0AA: hue angle of 168º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C0AA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB82192170-
CMYK0.5700.110.25
HSL168º46.61%53.73%-
HSV(B)168º57.29%75.29%-
XYZ29.5942.444.65-
YUV156.6135.5674.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.47%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=18.47%
G=43.24%
B=38.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821921700.5700.110.2516846.6153.73
Hex52C0AA390B19a82f36
Octal12230025271013312505766
Binary10100101100000010101010111001010111100110101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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