#52C6AF

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

Shades of Puerto Rico #52C6AF

Tints of Puerto Rico #52C6AF

Color information

#52C6AF (or 0x52C6AF) is unknown color: approx Puerto Rico. HEX triplet: 52, C6 and AF. RGB value is (82,198,175). Sum of RGB (Red+Green+Blue) = 82+198+175=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6AF is #AD3950. Grayscale: #A0A0A0. Windows color (decimal): -11352401 or 11519570. OLE color: 11519570.

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

Color convert

RGB82198175-
CMYK0.5900.120.22
HSL168.1º50.43%54.9%-
HSV(B)168.1º58.59%77.65%-
XYZ31.4145.2847.64-
YUV160.69136.0771.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=18.02%
G=43.52%
B=38.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981750.5900.120.22168.150.4354.9
Hex52C6AF3B0C16a83237
Octal12230625773014262506267
Binary10100101100011010101111111011011001011010101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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