#54A394

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

Shades of Keppel #54A394

Tints of Keppel #54A394

Color information

#54A394 (or 0x54A394) is unknown color: approx Keppel. HEX triplet: 54, A3 and 94. RGB value is (84,163,148). Sum of RGB (Red+Green+Blue) = 84+163+148=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #54A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A394 is #AB5C6B. Grayscale: #898989. Windows color (decimal): -11230316 or 9741140. OLE color: 9741140.

HSL color Cylindrical-coordinate representation of color #54A394: hue angle of 168.61º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A394 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB84163148-
CMYK0.4800.090.36
HSL168.61º31.98%48.43%-
HSV(B)168.61º48.47%63.92%-
XYZ22.130.2232.68-
YUV137.67133.8389.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 163 (64.06% from 255) = 41.27%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=21.27%
G=41.27%
B=37.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841631480.4800.090.36168.6131.9848.43
Hex54A394300924a92030
Octal12424322460011442514060
Binary101010010100011100101001100000100110010010101001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,163,148); }

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

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

 a { background-color: rgb(84,163,148); }

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

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

 span { border-color: rgb(84,163,148); }

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