#54B48D

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

Shades of Keppel #54B48D

Tints of Keppel #54B48D

Color information

#54B48D (or 0x54B48D) is unknown color: approx Keppel. HEX triplet: 54, B4 and 8D. RGB value is (84,180,141). Sum of RGB (Red+Green+Blue) = 84+180+141=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #54B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B48D is #AB4B72. Grayscale: #929292. Windows color (decimal): -11225971 or 9286740. OLE color: 9286740.

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

Color convert

RGB84180141-
CMYK0.5300.220.29
HSL155.62º39.02%51.76%-
HSV(B)155.62º53.33%70.59%-
XYZ24.7936.4530.93-
YUV146.85124.783.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=20.74%
G=44.44%
B=34.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801410.5300.220.29155.6239.0251.76
Hex54B48D350161D9c2734
Octal12426421565026352344764
Binary101010010110100100011011101010101101110110011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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