#52AE9C

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

Shades of Puerto Rico #52AE9C

Tints of Puerto Rico #52AE9C

Color information

#52AE9C (or 0x52AE9C) is unknown color: approx Puerto Rico. HEX triplet: 52, AE and 9C. RGB value is (82,174,156). Sum of RGB (Red+Green+Blue) = 82+174+156=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AE9C is #AD5163. Grayscale: #909090. Windows color (decimal): -11358564 or 10268242. OLE color: 10268242.

HSL color Cylindrical-coordinate representation of color #52AE9C: hue angle of 168.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE9C is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB82174156-
CMYK0.5300.100.32
HSL168.26º36.22%50.2%-
HSV(B)168.26º52.87%68.24%-
XYZ24.6234.4736.81-
YUV144.44134.5283.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=19.90%
G=42.23%
B=37.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741560.5300.100.32168.2636.2250.2
Hex52AE9C350A20a82432
Octal12225623465012402504462
Binary101001010101110100111001101010101010000010101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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