#54B4AC

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

Shades of Puerto Rico #54B4AC

Tints of Puerto Rico #54B4AC

Color information

#54B4AC (or 0x54B4AC) is unknown color: approx Puerto Rico. HEX triplet: 54, B4 and AC. RGB value is (84,180,172). Sum of RGB (Red+Green+Blue) = 84+180+172=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #54B4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B4AC is #AB4B53. Grayscale: #969696. Windows color (decimal): -11225940 or 11318356. OLE color: 11318356.

HSL color Cylindrical-coordinate representation of color #54B4AC: hue angle of 175º 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 #54B4AC is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB84180172-
CMYK0.5300.040.29
HSL175º39.02%51.76%-
HSV(B)175º53.33%70.59%-
XYZ27.4237.5144.82-
YUV150.38140.280.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=19.27%
G=41.28%
B=39.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801720.5300.040.2917539.0251.76
Hex54B4AC35041Daf2734
Octal1242642546504352574764
Binary1010100101101001010110011010101001110110101111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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