#52AB9E

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

Shades of Puerto Rico #52AB9E

Tints of Puerto Rico #52AB9E

Color information

#52AB9E (or 0x52AB9E) is unknown color: approx Puerto Rico. HEX triplet: 52, AB and 9E. RGB value is (82,171,158). Sum of RGB (Red+Green+Blue) = 82+171+158=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB9E is #AD5461. Grayscale: #8E8E8E. Windows color (decimal): -11359330 or 10398546. OLE color: 10398546.

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

Color convert

RGB82171158-
CMYK0.5200.080.33
HSL171.24º35.18%49.61%-
HSV(B)171.24º52.05%67.06%-
XYZ24.2133.3937.52-
YUV142.91136.5184.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=19.95%
G=41.61%
B=38.44%

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
Decimal821711580.5200.080.33171.2435.1849.61
Hex52AB9E340821ab2332
Octal12225323664010412534362
Binary101001010101011100111101101000100010000110101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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