#52A99B

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

Shades of Puerto Rico #52A99B

Tints of Puerto Rico #52A99B

Color information

#52A99B (or 0x52A99B) is unknown color: approx Puerto Rico. HEX triplet: 52, A9 and 9B. RGB value is (82,169,155). Sum of RGB (Red+Green+Blue) = 82+169+155=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #52A99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A99B is #AD5664. Grayscale: #8D8D8D. Windows color (decimal): -11359845 or 10201426. OLE color: 10201426.

HSL color Cylindrical-coordinate representation of color #52A99B: hue angle of 170.34º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A99B is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB82169155-
CMYK0.5100.080.34
HSL170.34º34.66%49.22%-
HSV(B)170.34º51.48%66.27%-
XYZ23.5832.5436.05-
YUV141.39135.6885.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=20.20%
G=41.63%
B=38.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821691550.5100.080.34170.3434.6649.22
Hex52A99B330822aa2331
Octal12225123363010422524361
Binary101001010101001100110111100110100010001010101010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,169,155); }

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

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

 a { background-color: rgb(82,169,155); }

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

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

 span { border-color: rgb(82,169,155); }

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