#54B49C

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

Shades of Puerto Rico #54B49C

Tints of Puerto Rico #54B49C

Color information

#54B49C (or 0x54B49C) is unknown color: approx Puerto Rico. HEX triplet: 54, B4 and 9C. RGB value is (84,180,156). Sum of RGB (Red+Green+Blue) = 84+180+156=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #54B49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B49C is #AB4B63. Grayscale: #949494. Windows color (decimal): -11225956 or 10269780. OLE color: 10269780.

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

Color convert

RGB84180156-
CMYK0.5300.130.29
HSL165º39.02%51.76%-
HSV(B)165º53.33%70.59%-
XYZ25.9836.9337.21-
YUV148.56132.281.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=20%
G=42.86%
B=37.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801560.5300.130.2916539.0251.76
Hex54B49C350D1Da52734
Octal12426423465015352454764
Binary10101001011010010011100110101011011110110100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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