#52AC9E

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

Shades of Puerto Rico #52AC9E

Tints of Puerto Rico #52AC9E

Color information

#52AC9E (or 0x52AC9E) is unknown color: approx Puerto Rico. HEX triplet: 52, AC and 9E. RGB value is (82,172,158). Sum of RGB (Red+Green+Blue) = 82+172+158=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC9E is #AD5361. Grayscale: #8F8F8F. Windows color (decimal): -11359074 or 10398802. OLE color: 10398802.

HSL color Cylindrical-coordinate representation of color #52AC9E: hue angle of 170.67º 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 #52AC9E is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB82172158-
CMYK0.5200.080.33
HSL170.67º35.43%49.8%-
HSV(B)170.67º52.33%67.45%-
XYZ24.433.7737.58-
YUV143.49136.1884.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=19.90%
G=41.75%
B=38.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721580.5200.080.33170.6735.4349.8
Hex52AC9E340821ab2332
Octal12225423664010412534362
Binary101001010101100100111101101000100010000110101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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