#54B18E

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

Shades of Keppel #54B18E

Tints of Keppel #54B18E

Color information

#54B18E (or 0x54B18E) is unknown color: approx Keppel. HEX triplet: 54, B1 and 8E. RGB value is (84,177,142). Sum of RGB (Red+Green+Blue) = 84+177+142=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #54B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B18E is #AB4E71. Grayscale: #919191. Windows color (decimal): -11226738 or 9351508. OLE color: 9351508.

HSL color Cylindrical-coordinate representation of color #54B18E: hue angle of 157.42º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B18E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB84177142-
CMYK0.5300.200.31
HSL157.42º37.35%51.18%-
HSV(B)157.42º52.54%69.41%-
XYZ24.2635.2831.12-
YUV145.2126.1984.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=20.84%
G=43.92%
B=35.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841771420.5300.200.31157.4237.3551.18
Hex54B18E350141F9d2533
Octal12426121665024372354563
Binary101010010110001100011101101010101001111110011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,177,142); }

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

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

 a { background-color: rgb(84,177,142); }

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

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

 span { border-color: rgb(84,177,142); }

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