#52C1A9

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

Shades of Puerto Rico #52C1A9

Tints of Puerto Rico #52C1A9

Color information

#52C1A9 (or 0x52C1A9) is unknown color: approx Puerto Rico. HEX triplet: 52, C1 and A9. RGB value is (82,193,169). Sum of RGB (Red+Green+Blue) = 82+193+169=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1A9 is #AD3E56. Grayscale: #9D9D9D. Windows color (decimal): -11353687 or 11125074. OLE color: 11125074.

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

Color convert

RGB82193169-
CMYK0.5800.120.24
HSL167.03º47.23%53.92%-
HSV(B)167.03º57.51%75.69%-
XYZ29.7142.844.23-
YUV157.07134.7374.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.47%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=18.47%
G=43.47%
B=38.06%

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
Decimal821931690.5800.120.24167.0347.2353.92
Hex52C1A93A0C18a72f36
Octal12230125172014302475766
Binary10100101100000110101001111010011001100010100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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