#54AC94

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

Shades of Keppel #54AC94

Tints of Keppel #54AC94

Color information

#54AC94 (or 0x54AC94) is unknown color: approx Keppel. HEX triplet: 54, AC and 94. RGB value is (84,172,148). Sum of RGB (Red+Green+Blue) = 84+172+148=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC94 is #AB536B. Grayscale: #8E8E8E. Windows color (decimal): -11228012 or 9743444. OLE color: 9743444.

HSL color Cylindrical-coordinate representation of color #54AC94: hue angle of 163.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC94 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB84172148-
CMYK0.5100.140.33
HSL163.64º34.65%50.2%-
HSV(B)163.64º51.16%67.45%-
XYZ23.7533.5333.24-
YUV142.95130.8585.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=20.79%
G=42.57%
B=36.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721480.5100.140.33163.6434.6550.2
Hex54AC94330E21a42332
Octal12425422463016412444362
Binary101010010101100100101001100110111010000110100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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