#54B698

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

Shades of Keppel #54B698

Tints of Keppel #54B698

Color information

#54B698 (or 0x54B698) is unknown color: approx Keppel. HEX triplet: 54, B6 and 98. RGB value is (84,182,152). Sum of RGB (Red+Green+Blue) = 84+182+152=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #54B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B698 is #AB4967. Grayscale: #959595. Windows color (decimal): -11225448 or 10008148. OLE color: 10008148.

HSL color Cylindrical-coordinate representation of color #54B698: hue angle of 161.63º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B698 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB84182152-
CMYK0.5400.160.29
HSL161.63º40.16%52.16%-
HSV(B)161.63º53.85%71.37%-
XYZ26.0537.6135.59-
YUV149.28129.5381.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=20.10%
G=43.54%
B=36.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841821520.5400.160.29161.6340.1652.16
Hex54B698360101Da22834
Octal12426623066020352425064
Binary101010010110110100110001101100100001110110100010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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