#54A995

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

Shades of Keppel #54A995

Tints of Keppel #54A995

Color information

#54A995 (or 0x54A995) is unknown color: approx Keppel. HEX triplet: 54, A9 and 95. RGB value is (84,169,149). Sum of RGB (Red+Green+Blue) = 84+169+149=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #54A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A995 is #AB566A. Grayscale: #8D8D8D. Windows color (decimal): -11228779 or 9808212. OLE color: 9808212.

HSL color Cylindrical-coordinate representation of color #54A995: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A995 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB84169149-
CMYK0.5000.120.34
HSL165.88º33.6%49.61%-
HSV(B)165.88º50.3%66.27%-
XYZ23.2732.4333.47-
YUV141.3132.3487.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=20.90%
G=42.04%
B=37.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841691490.5000.120.34165.8833.649.61
Hex54A995320C22a62232
Octal12425122562014422464262
Binary101010010101001100101011100100110010001010100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,169,149); }

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

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

 a { background-color: rgb(84,169,149); }

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

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

 span { border-color: rgb(84,169,149); }

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