#54B28E

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

Shades of Keppel #54B28E

Tints of Keppel #54B28E

Color information

#54B28E (or 0x54B28E) is unknown color: approx Keppel. HEX triplet: 54, B2 and 8E. RGB value is (84,178,142). Sum of RGB (Red+Green+Blue) = 84+178+142=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #54B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B28E is #AB4D71. Grayscale: #919191. Windows color (decimal): -11226482 or 9351764. OLE color: 9351764.

HSL color Cylindrical-coordinate representation of color #54B28E: hue angle of 157.02º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B28E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB84178142-
CMYK0.5300.200.30
HSL157.02º37.9%51.37%-
HSV(B)157.02º52.81%69.8%-
XYZ24.4635.6831.19-
YUV145.79125.8683.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=20.79%
G=44.06%
B=35.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841781420.5300.200.30157.0237.951.37
Hex54B28E350141E9d2633
Octal12426221665024362354663
Binary101010010110010100011101101010101001111010011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,178,142); }

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

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

 a { background-color: rgb(84,178,142); }

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

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

 span { border-color: rgb(84,178,142); }

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