#54AC9C

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

Shades of Puerto Rico #54AC9C

Tints of Puerto Rico #54AC9C

Color information

#54AC9C (or 0x54AC9C) is unknown color: approx Puerto Rico. HEX triplet: 54, AC and 9C. RGB value is (84,172,156). Sum of RGB (Red+Green+Blue) = 84+172+156=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC9C is #AB5363. Grayscale: #8F8F8F. Windows color (decimal): -11228004 or 10267732. OLE color: 10267732.

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

Color convert

RGB84172156-
CMYK0.5100.090.33
HSL169.09º34.65%50.2%-
HSV(B)169.09º51.16%67.45%-
XYZ24.4133.7936.69-
YUV143.86134.8585.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=20.39%
G=41.75%
B=37.86%

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
Decimal841721560.5100.090.33169.0934.6550.2
Hex54AC9C330921a92332
Octal12425423463011412514362
Binary101010010101100100111001100110100110000110101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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