#54AB98

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

Shades of Keppel #54AB98

Tints of Keppel #54AB98

Color information

#54AB98 (or 0x54AB98) is unknown color: approx Keppel. HEX triplet: 54, AB and 98. RGB value is (84,171,152). Sum of RGB (Red+Green+Blue) = 84+171+152=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB98 is #AB5467. Grayscale: #8E8E8E. Windows color (decimal): -11228264 or 10005332. OLE color: 10005332.

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

Color convert

RGB84171152-
CMYK0.5100.110.33
HSL166.9º34.12%50%-
HSV(B)166.9º50.88%67.06%-
XYZ23.8933.2834.87-
YUV142.82133.1886.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=20.64%
G=42.01%
B=37.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841711520.5100.110.33166.934.1250
Hex54AB98330B21a72232
Octal12425323063013412474262
Binary101010010101011100110001100110101110000110100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,171,152); }

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

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

 a { background-color: rgb(84,171,152); }

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

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

 span { border-color: rgb(84,171,152); }

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