#54AE96

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

Shades of Keppel #54AE96

Tints of Keppel #54AE96

Color information

#54AE96 (or 0x54AE96) is unknown color: approx Keppel. HEX triplet: 54, AE and 96. RGB value is (84,174,150). Sum of RGB (Red+Green+Blue) = 84+174+150=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AE96 is #AB5169. Grayscale: #909090. Windows color (decimal): -11227498 or 9875028. OLE color: 9875028.

HSL color Cylindrical-coordinate representation of color #54AE96: hue angle of 164º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE96 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB84174150-
CMYK0.5200.140.32
HSL164º35.71%50.59%-
HSV(B)164º51.72%68.24%-
XYZ24.334.3634.21-
YUV144.35131.1884.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=20.59%
G=42.65%
B=36.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741500.5200.140.3216435.7150.59
Hex54AE96340E20a42433
Octal12425622664016402444463
Binary101010010101110100101101101000111010000010100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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