#54B48F

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

Shades of Keppel #54B48F

Tints of Keppel #54B48F

Color information

#54B48F (or 0x54B48F) is unknown color: approx Keppel. HEX triplet: 54, B4 and 8F. RGB value is (84,180,143). Sum of RGB (Red+Green+Blue) = 84+180+143=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #54B48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B48F is #AB4B70. Grayscale: #939393. Windows color (decimal): -11225969 or 9417812. OLE color: 9417812.

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

Color convert

RGB84180143-
CMYK0.5300.210.29
HSL156.88º39.02%51.76%-
HSV(B)156.88º53.33%70.59%-
XYZ24.9436.5131.72-
YUV147.08125.783.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=20.64%
G=44.23%
B=35.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801430.5300.210.29156.8839.0251.76
Hex54B48F350151D9d2734
Octal12426421765025352354764
Binary101010010110100100011111101010101011110110011101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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