#54AE8C

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

Shades of Keppel #54AE8C

Tints of Keppel #54AE8C

Color information

#54AE8C (or 0x54AE8C) is unknown color: approx Keppel. HEX triplet: 54, AE and 8C. RGB value is (84,174,140). Sum of RGB (Red+Green+Blue) = 84+174+140=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AE8C is #AB5173. Grayscale: #8F8F8F. Windows color (decimal): -11227508 or 9219668. OLE color: 9219668.

HSL color Cylindrical-coordinate representation of color #54AE8C: hue angle of 157.33º 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 #54AE8C is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB84174140-
CMYK0.5200.200.32
HSL157.33º35.71%50.59%-
HSV(B)157.33º51.72%68.24%-
XYZ23.5334.0530.14-
YUV143.21126.1885.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=21.11%
G=43.72%
B=35.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741400.5200.200.32157.3335.7150.59
Hex54AE8C34014209d2433
Octal12425621464024402354463
Binary1010100101011101000110011010001010010000010011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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