#54B38A

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

Shades of Keppel #54B38A

Tints of Keppel #54B38A

Color information

#54B38A (or 0x54B38A) is unknown color: approx Keppel. HEX triplet: 54, B3 and 8A. RGB value is (84,179,138). Sum of RGB (Red+Green+Blue) = 84+179+138=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #54B38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B38A is #AB4C75. Grayscale: #919191. Windows color (decimal): -11226230 or 9089876. OLE color: 9089876.

HSL color Cylindrical-coordinate representation of color #54B38A: hue angle of 154.11º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B38A is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB84179138-
CMYK0.5300.230.30
HSL154.11º38.46%51.57%-
HSV(B)154.11º53.07%70.2%-
XYZ24.3635.9629.7-
YUV145.92123.5383.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=20.95%
G=44.64%
B=34.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841791380.5300.230.30154.1138.4651.57
Hex54B38A350171E9a2634
Octal12426321265027362324664
Binary101010010110011100010101101010101111111010011010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,138); }

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

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

 a { background-color: rgb(84,179,138); }

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

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

 span { border-color: rgb(84,179,138); }

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