#54AC92

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

Shades of Keppel #54AC92

Tints of Keppel #54AC92

Color information

#54AC92 (or 0x54AC92) is unknown color: approx Keppel. HEX triplet: 54, AC and 92. RGB value is (84,172,146). Sum of RGB (Red+Green+Blue) = 84+172+146=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC92 is #AB536D. Grayscale: #8E8E8E. Windows color (decimal): -11228014 or 9612372. OLE color: 9612372.

HSL color Cylindrical-coordinate representation of color #54AC92: hue angle of 162.27º 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 #54AC92 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB84172146-
CMYK0.5100.150.33
HSL162.27º34.65%50.2%-
HSV(B)162.27º51.16%67.45%-
XYZ23.633.4732.41-
YUV142.72129.8586.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=20.90%
G=42.79%
B=36.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721460.5100.150.33162.2734.6550.2
Hex54AC92330F21a22332
Octal12425422263017412424362
Binary101010010101100100100101100110111110000110100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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