#52C0A9

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

Shades of Puerto Rico #52C0A9

Tints of Puerto Rico #52C0A9

Color information

#52C0A9 (or 0x52C0A9) is unknown color: approx Puerto Rico. HEX triplet: 52, C0 and A9. RGB value is (82,192,169). Sum of RGB (Red+Green+Blue) = 82+192+169=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0A9 is #AD3F56. Grayscale: #9C9C9C. Windows color (decimal): -11353943 or 11124818. OLE color: 11124818.

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

Color convert

RGB82192169-
CMYK0.5700.120.25
HSL167.45º46.61%53.73%-
HSV(B)167.45º57.29%75.29%-
XYZ29.4942.3644.16-
YUV156.49135.0674.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=18.51%
G=43.34%
B=38.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821921690.5700.120.25167.4546.6153.73
Hex52C0A9390C19a72f36
Octal12230025171014312475766
Binary10100101100000010101001111001011001100110100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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