#52C1A1

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

Shades of Puerto Rico #52C1A1

Tints of Puerto Rico #52C1A1

Color information

#52C1A1 (or 0x52C1A1) is unknown color: approx Puerto Rico. HEX triplet: 52, C1 and A1. RGB value is (82,193,161). Sum of RGB (Red+Green+Blue) = 82+193+161=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1A1 is #AD3E5E. Grayscale: #9C9C9C. Windows color (decimal): -11353695 or 10600786. OLE color: 10600786.

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

Color convert

RGB82193161-
CMYK0.5800.170.24
HSL162.7º47.23%53.92%-
HSV(B)162.7º57.51%75.69%-
XYZ28.9842.5140.4-
YUV156.16130.7375.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=18.81%
G=44.27%
B=36.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931610.5800.170.24162.747.2353.92
Hex52C1A13A01118a32f36
Octal12230124172021302435766
Binary101001011000001101000011110100100011100010100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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