#53aca4

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

Shades of Puerto Rico #53ACA4

Tints of Puerto Rico #53ACA4

Color information

#53ACA4 (or 0x53ACA4) is unknown color: approx Puerto Rico. HEX triplet: 53, AC and A4. RGB value is (83,172,164). Sum of RGB (Red+Green+Blue) = 83+172+164=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #53ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACA4 is #AC535B. Grayscale: #909090. Windows color (decimal): -11293532 or 10792019. OLE color: 10792019.

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

Color convert

RGB83172164-
CMYK0.5200.050.33
HSL174.61º34.9%50%-
HSV(B)174.61º51.74%67.45%-
XYZ25.0234.0240.37-
YUV144.48139.0184.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=19.81%
G=41.05%
B=39.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721640.5200.050.33174.6134.950
Hex53ACA4340521af2332
Octal1232542446405412574362
Binary10100111010110010100100110100010110000110101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53aca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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