#54ACA5

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

Shades of Puerto Rico #54ACA5

Tints of Puerto Rico #54ACA5

Color information

#54ACA5 (or 0x54ACA5) is unknown color: approx Puerto Rico. HEX triplet: 54, AC and A5. RGB value is (84,172,165). Sum of RGB (Red+Green+Blue) = 84+172+165=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #54ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ACA5 is #AB535A. Grayscale: #909090. Windows color (decimal): -11227995 or 10857556. OLE color: 10857556.

HSL color Cylindrical-coordinate representation of color #54ACA5: hue angle of 175.23º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54ACA5 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB84172165-
CMYK0.5100.040.33
HSL175.23º34.65%50.2%-
HSV(B)175.23º51.16%67.45%-
XYZ25.234.1140.85-
YUV144.89139.3584.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=19.95%
G=40.86%
B=39.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721650.5100.040.33175.2334.6550.2
Hex54ACA5330421af2332
Octal1242542456304412574362
Binary10101001010110010100101110011010010000110101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54ACA5; }

 p { color: rgb(84,172,165); }

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

<style>
 a { background-color: #54ACA5; }

 a { background-color: rgb(84,172,165); }

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

<style>
 span { border-color: #54ACA5; }

 span { border-color: rgb(84,172,165); }

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