#54AC9D

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

Shades of Puerto Rico #54AC9D

Tints of Puerto Rico #54AC9D

Color information

#54AC9D (or 0x54AC9D) is unknown color: approx Puerto Rico. HEX triplet: 54, AC and 9D. RGB value is (84,172,157). Sum of RGB (Red+Green+Blue) = 84+172+157=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC9D is #AB5362. Grayscale: #8F8F8F. Windows color (decimal): -11228003 or 10333268. OLE color: 10333268.

HSL color Cylindrical-coordinate representation of color #54AC9D: hue angle of 169.77º 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 #54AC9D is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB84172157-
CMYK0.5100.090.33
HSL169.77º34.65%50.2%-
HSV(B)169.77º51.16%67.45%-
XYZ24.4933.8237.14-
YUV143.98135.3585.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=20.34%
G=41.65%
B=38.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721570.5100.090.33169.7734.6550.2
Hex54AC9D330921aa2332
Octal12425423563011412524362
Binary101010010101100100111011100110100110000110101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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