#54B0A4

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

Shades of Puerto Rico #54B0A4

Tints of Puerto Rico #54B0A4

Color information

#54B0A4 (or 0x54B0A4) is unknown color: approx Puerto Rico. HEX triplet: 54, B0 and A4. RGB value is (84,176,164). Sum of RGB (Red+Green+Blue) = 84+176+164=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #54B0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B0A4 is #AB4F5B. Grayscale: #939393. Windows color (decimal): -11226972 or 10793044. OLE color: 10793044.

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

Color convert

RGB84176164-
CMYK0.5200.070.31
HSL172.17º36.8%50.98%-
HSV(B)172.17º52.27%69.02%-
XYZ25.8835.6240.63-
YUV147.12137.5282.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=19.81%
G=41.51%
B=38.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761640.5200.070.31172.1736.850.98
Hex54B0A434071Fac2533
Octal1242602446407372544563
Binary1010100101100001010010011010001111111110101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,164); }

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

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

 a { background-color: rgb(84,176,164); }

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

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

 span { border-color: rgb(84,176,164); }

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