#54A994

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

Shades of Keppel #54A994

Tints of Keppel #54A994

Color information

#54A994 (or 0x54A994) is unknown color: approx Keppel. HEX triplet: 54, A9 and 94. RGB value is (84,169,148). Sum of RGB (Red+Green+Blue) = 84+169+148=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #54A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A994 is #AB566B. Grayscale: #8D8D8D. Windows color (decimal): -11228780 or 9742676. OLE color: 9742676.

HSL color Cylindrical-coordinate representation of color #54A994: hue angle of 165.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A994 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB84169148-
CMYK0.5000.120.34
HSL165.18º33.6%49.61%-
HSV(B)165.18º50.3%66.27%-
XYZ23.1932.433.05-
YUV141.19131.8487.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=20.95%
G=42.14%
B=36.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841691480.5000.120.34165.1833.649.61
Hex54A994320C22a52232
Octal12425122462014422454262
Binary101010010101001100101001100100110010001010100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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