#52AE9E

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

Shades of Puerto Rico #52AE9E

Tints of Puerto Rico #52AE9E

Color information

#52AE9E (or 0x52AE9E) is unknown color: approx Puerto Rico. HEX triplet: 52, AE and 9E. RGB value is (82,174,158). Sum of RGB (Red+Green+Blue) = 82+174+158=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AE9E is #AD5161. Grayscale: #909090. Windows color (decimal): -11358562 or 10399314. OLE color: 10399314.

HSL color Cylindrical-coordinate representation of color #52AE9E: hue angle of 169.57º 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 #52AE9E is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB82174158-
CMYK0.5300.090.32
HSL169.57º36.22%50.2%-
HSV(B)169.57º52.87%68.24%-
XYZ24.7934.5337.71-
YUV144.67135.5283.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=19.81%
G=42.03%
B=38.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741580.5300.090.32169.5736.2250.2
Hex52AE9E350920aa2432
Octal12225623665011402524462
Binary101001010101110100111101101010100110000010101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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