#53ACA1

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

Shades of Puerto Rico #53ACA1

Tints of Puerto Rico #53ACA1

Color information

#53ACA1 (or 0x53ACA1) is unknown color: approx Puerto Rico. HEX triplet: 53, AC and A1. RGB value is (83,172,161). Sum of RGB (Red+Green+Blue) = 83+172+161=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #53ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACA1 is #AC535E. Grayscale: #909090. Windows color (decimal): -11293535 or 10595411. OLE color: 10595411.

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

Color convert

RGB83172161-
CMYK0.5200.060.33
HSL172.58º34.9%50%-
HSV(B)172.58º51.74%67.45%-
XYZ24.7533.9238.96-
YUV144.14137.5184.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.95%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 161 (63.28% from 255) = 38.70%
R=19.95%
G=41.35%
B=38.70%

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
Decimal831721610.5200.060.33172.5834.950
Hex53ACA1340621ad2332
Octal1232542416406412554362
Binary10100111010110010100001110100011010000110101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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