#53ACA0

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

Shades of Puerto Rico #53ACA0

Tints of Puerto Rico #53ACA0

Color information

#53ACA0 (or 0x53ACA0) is unknown color: approx Puerto Rico. HEX triplet: 53, AC and A0. RGB value is (83,172,160). Sum of RGB (Red+Green+Blue) = 83+172+160=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #53ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACA0 is #AC535F. Grayscale: #8F8F8F. Windows color (decimal): -11293536 or 10529875. OLE color: 10529875.

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

Color convert

RGB83172160-
CMYK0.5200.070.33
HSL171.91º34.9%50%-
HSV(B)171.91º51.74%67.45%-
XYZ24.6633.8838.5-
YUV144.02137.0184.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=20%
G=41.45%
B=38.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721600.5200.070.33171.9134.950
Hex53ACA0340721ac2332
Octal1232542406407412544362
Binary10100111010110010100000110100011110000110101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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