#54B4AE

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

Shades of Puerto Rico #54B4AE

Tints of Puerto Rico #54B4AE

Color information

#54B4AE (or 0x54B4AE) is unknown color: approx Puerto Rico. HEX triplet: 54, B4 and AE. RGB value is (84,180,174). Sum of RGB (Red+Green+Blue) = 84+180+174=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #54B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B4AE is #AB4B51. Grayscale: #969696. Windows color (decimal): -11225938 or 11449428. OLE color: 11449428.

HSL color Cylindrical-coordinate representation of color #54B4AE: hue angle of 176.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B4AE is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB84180174-
CMYK0.5300.030.29
HSL176.25º39.02%51.76%-
HSV(B)176.25º53.33%70.59%-
XYZ27.6237.5845.84-
YUV150.61141.280.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.18%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=19.18%
G=41.10%
B=39.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801740.5300.030.29176.2539.0251.76
Hex54B4AE35031Db02734
Octal1242642566503352604764
Binary101010010110100101011101101010111110110110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,180,174); }

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

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

 a { background-color: rgb(84,180,174); }

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

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

 span { border-color: rgb(84,180,174); }

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