#54B1A2

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

Shades of Puerto Rico #54B1A2

Tints of Puerto Rico #54B1A2

Color information

#54B1A2 (or 0x54B1A2) is unknown color: approx Puerto Rico. HEX triplet: 54, B1 and A2. RGB value is (84,177,162). Sum of RGB (Red+Green+Blue) = 84+177+162=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #54B1A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B1A2 is #AB4E5D. Grayscale: #939393. Windows color (decimal): -11226718 or 10662228. OLE color: 10662228.

HSL color Cylindrical-coordinate representation of color #54B1A2: hue angle of 170.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B1A2 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB84177162-
CMYK0.5300.080.31
HSL170.32º37.35%51.18%-
HSV(B)170.32º52.54%69.41%-
XYZ25.935.9439.75-
YUV147.48136.1982.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=19.86%
G=41.84%
B=38.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841771620.5300.080.31170.3237.3551.18
Hex54B1A235081Faa2533
Octal12426124265010372524563
Binary10101001011000110100010110101010001111110101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,177,162); }

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

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

 a { background-color: rgb(84,177,162); }

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

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

 span { border-color: rgb(84,177,162); }

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