#52AF9E

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

Shades of Puerto Rico #52AF9E

Tints of Puerto Rico #52AF9E

Color information

#52AF9E (or 0x52AF9E) is unknown color: approx Puerto Rico. HEX triplet: 52, AF and 9E. RGB value is (82,175,158). Sum of RGB (Red+Green+Blue) = 82+175+158=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF9E is #AD5061. Grayscale: #919191. Windows color (decimal): -11358306 or 10399570. OLE color: 10399570.

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

Color convert

RGB82175158-
CMYK0.5300.100.31
HSL169.03º36.76%50.39%-
HSV(B)169.03º53.14%68.63%-
XYZ24.9834.9237.77-
YUV145.26135.1982.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=19.76%
G=42.17%
B=38.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751580.5300.100.31169.0336.7650.39
Hex52AF9E350A1Fa92532
Octal12225723665012372514562
Binary10100101010111110011110110101010101111110101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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