#54BCA8

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

Shades of Puerto Rico #54BCA8

Tints of Puerto Rico #54BCA8

Color information

#54BCA8 (or 0x54BCA8) is unknown color: approx Puerto Rico. HEX triplet: 54, BC and A8. RGB value is (84,188,168). Sum of RGB (Red+Green+Blue) = 84+188+168=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BCA8 is #AB4357. Grayscale: #9A9A9A. Windows color (decimal): -11223896 or 11058260. OLE color: 11058260.

HSL color Cylindrical-coordinate representation of color #54BCA8: hue angle of 168.46º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BCA8 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB84188168-
CMYK0.5500.110.26
HSL168.46º43.7%53.33%-
HSV(B)168.46º55.32%73.73%-
XYZ28.7140.6843.38-
YUV154.62135.5477.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=19.09%
G=42.73%
B=38.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881680.5500.110.26168.4643.753.33
Hex54BCA8370B1Aa82c35
Octal12427425067013322505465
Binary10101001011110010101000110111010111101010101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,188,168); }

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

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

 a { background-color: rgb(84,188,168); }

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

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

 span { border-color: rgb(84,188,168); }

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