#52AB9C

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

Shades of Puerto Rico #52AB9C

Tints of Puerto Rico #52AB9C

Color information

#52AB9C (or 0x52AB9C) is unknown color: approx Puerto Rico. HEX triplet: 52, AB and 9C. RGB value is (82,171,156). Sum of RGB (Red+Green+Blue) = 82+171+156=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB9C is #AD5463. Grayscale: #8E8E8E. Windows color (decimal): -11359332 or 10267474. OLE color: 10267474.

HSL color Cylindrical-coordinate representation of color #52AB9C: hue angle of 169.89º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB9C is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB82171156-
CMYK0.5200.090.33
HSL169.89º35.18%49.61%-
HSV(B)169.89º52.05%67.06%-
XYZ24.0433.3236.62-
YUV142.68135.5184.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=20.05%
G=41.81%
B=38.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821711560.5200.090.33169.8935.1849.61
Hex52AB9C340921aa2332
Octal12225323464011412524362
Binary101001010101011100111001101000100110000110101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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