#52C6AB

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

Shades of Puerto Rico #52C6AB

Tints of Puerto Rico #52C6AB

Color information

#52C6AB (or 0x52C6AB) is unknown color: approx Puerto Rico. HEX triplet: 52, C6 and AB. RGB value is (82,198,171). Sum of RGB (Red+Green+Blue) = 82+198+171=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6AB is #AD3954. Grayscale: #A0A0A0. Windows color (decimal): -11352405 or 11257426. OLE color: 11257426.

HSL color Cylindrical-coordinate representation of color #52C6AB: hue angle of 166.03º degrees, saturation: 0.5, 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 #52C6AB is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB82198171-
CMYK0.5900.140.22
HSL166.03º50.43%54.9%-
HSV(B)166.03º58.59%77.65%-
XYZ31.0245.1245.6-
YUV160.24134.0772.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=18.18%
G=43.90%
B=37.92%

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
Decimal821981710.5900.140.22166.0350.4354.9
Hex52C6AB3B0E16a63237
Octal12230625373016262466267
Binary10100101100011010101011111011011101011010100110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,171); }

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

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

 a { background-color: rgb(82,198,171); }

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

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

 span { border-color: rgb(82,198,171); }

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