#52ACA1

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

Shades of Puerto Rico #52ACA1

Tints of Puerto Rico #52ACA1

Color information

#52ACA1 (or 0x52ACA1) is unknown color: approx Puerto Rico. HEX triplet: 52, AC and A1. RGB value is (82,172,161). Sum of RGB (Red+Green+Blue) = 82+172+161=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #52ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ACA1 is #AD535E. Grayscale: #8F8F8F. Windows color (decimal): -11359071 or 10595410. OLE color: 10595410.

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

Color convert

RGB82172161-
CMYK0.5200.060.33
HSL172.67º35.43%49.8%-
HSV(B)172.67º52.33%67.45%-
XYZ24.6733.8738.96-
YUV143.84137.6883.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=19.76%
G=41.45%
B=38.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721610.5200.060.33172.6735.4349.8
Hex52ACA1340621ad2332
Octal1222542416406412554362
Binary10100101010110010100001110100011010000110101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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