#54B69A

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

Shades of Keppel #54B69A

Tints of Keppel #54B69A

Color information

#54B69A (or 0x54B69A) is unknown color: approx Keppel. HEX triplet: 54, B6 and 9A. RGB value is (84,182,154). Sum of RGB (Red+Green+Blue) = 84+182+154=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #54B69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B69A is #AB4965. Grayscale: #959595. Windows color (decimal): -11225446 or 10139220. OLE color: 10139220.

HSL color Cylindrical-coordinate representation of color #54B69A: hue angle of 162.86º 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 #54B69A is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB84182154-
CMYK0.5400.150.29
HSL162.86º40.16%52.16%-
HSV(B)162.86º53.85%71.37%-
XYZ26.2237.6736.46-
YUV149.51130.5381.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=20%
G=43.33%
B=36.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841821540.5400.150.29162.8640.1652.16
Hex54B69A360F1Da32834
Octal12426623266017352435064
Binary10101001011011010011010110110011111110110100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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