#54AC8D

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

Shades of Keppel #54AC8D

Tints of Keppel #54AC8D

Color information

#54AC8D (or 0x54AC8D) is unknown color: approx Keppel. HEX triplet: 54, AC and 8D. RGB value is (84,172,141). Sum of RGB (Red+Green+Blue) = 84+172+141=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC8D is #AB5372. Grayscale: #8E8E8E. Windows color (decimal): -11228019 or 9284692. OLE color: 9284692.

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

Color convert

RGB84172141-
CMYK0.5100.180.33
HSL158.86º34.65%50.2%-
HSV(B)158.86º51.16%67.45%-
XYZ23.2233.3130.41-
YUV142.15127.3586.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=21.16%
G=43.32%
B=35.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721410.5100.180.33158.8634.6550.2
Hex54AC8D33012219f2332
Octal12425421563022412374362
Binary1010100101011001000110111001101001010000110011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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