#54B49A

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

Shades of Keppel #54B49A

Tints of Keppel #54B49A

Color information

#54B49A (or 0x54B49A) is unknown color: approx Keppel. HEX triplet: 54, B4 and 9A. RGB value is (84,180,154). Sum of RGB (Red+Green+Blue) = 84+180+154=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #54B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B49A is #AB4B65. Grayscale: #949494. Windows color (decimal): -11225958 or 10138708. OLE color: 10138708.

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

Color convert

RGB84180154-
CMYK0.5300.140.29
HSL163.75º39.02%51.76%-
HSV(B)163.75º53.33%70.59%-
XYZ25.8136.8636.33-
YUV148.33131.282.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=20.10%
G=43.06%
B=36.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801540.5300.140.29163.7539.0251.76
Hex54B49A350E1Da42734
Octal12426423265016352444764
Binary10101001011010010011010110101011101110110100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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