#52C7AC

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

Shades of Puerto Rico #52C7AC

Tints of Puerto Rico #52C7AC

Color information

#52C7AC (or 0x52C7AC) is unknown color: approx Puerto Rico. HEX triplet: 52, C7 and AC. RGB value is (82,199,172). Sum of RGB (Red+Green+Blue) = 82+199+172=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #52C7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C7AC is #AD3853. Grayscale: #A0A0A0. Windows color (decimal): -11352148 or 11323218. OLE color: 11323218.

HSL color Cylindrical-coordinate representation of color #52C7AC: hue angle of 166.15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C7AC is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB82199172-
CMYK0.5900.140.22
HSL166.15º51.09%55.1%-
HSV(B)166.15º58.79%78.04%-
XYZ31.3545.6246.18-
YUV160.94134.2471.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=18.10%
G=43.93%
B=37.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821991720.5900.140.22166.1551.0955.1
Hex52C7AC3B0E16a63337
Octal12230725473016262466367
Binary10100101100011110101100111011011101011010100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,199,172); }

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

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

 a { background-color: rgb(82,199,172); }

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

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

 span { border-color: rgb(82,199,172); }

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