#54AC96

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

Shades of Keppel #54AC96

Tints of Keppel #54AC96

Color information

#54AC96 (or 0x54AC96) is unknown color: approx Keppel. HEX triplet: 54, AC and 96. RGB value is (84,172,150). Sum of RGB (Red+Green+Blue) = 84+172+150=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC96 is #AB5369. Grayscale: #8F8F8F. Windows color (decimal): -11228010 or 9874516. OLE color: 9874516.

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

Color convert

RGB84172150-
CMYK0.5100.130.33
HSL165º34.65%50.2%-
HSV(B)165º51.16%67.45%-
XYZ23.9133.5934.08-
YUV143.18131.8585.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=20.69%
G=42.36%
B=36.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721500.5100.130.3316534.6550.2
Hex54AC96330D21a52332
Octal12425422663015412454362
Binary101010010101100100101101100110110110000110100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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