#54A78E

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

Shades of Keppel #54A78E

Tints of Keppel #54A78E

Color information

#54A78E (or 0x54A78E) is unknown color: approx Keppel. HEX triplet: 54, A7 and 8E. RGB value is (84,167,142). Sum of RGB (Red+Green+Blue) = 84+167+142=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #54A78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A78E is #AB5871. Grayscale: #8B8B8B. Windows color (decimal): -11229298 or 9348948. OLE color: 9348948.

HSL color Cylindrical-coordinate representation of color #54A78E: hue angle of 161.93º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A78E is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB84167142-
CMYK0.5000.150.35
HSL161.93º33.07%49.22%-
HSV(B)161.93º49.7%65.49%-
XYZ22.3631.4830.49-
YUV139.33129.588.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.37%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=21.37%
G=42.49%
B=36.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671420.5000.150.35161.9333.0749.22
Hex54A78E320F23a22131
Octal12424721662017432424161
Binary101010010100111100011101100100111110001110100010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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