#54B093

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

Shades of Keppel #54B093

Tints of Keppel #54B093

Color information

#54B093 (or 0x54B093) is unknown color: approx Keppel. HEX triplet: 54, B0 and 93. RGB value is (84,176,147). Sum of RGB (Red+Green+Blue) = 84+176+147=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #54B093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B093 is #AB4F6C. Grayscale: #919191. Windows color (decimal): -11226989 or 9678932. OLE color: 9678932.

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

Color convert

RGB84176147-
CMYK0.5200.160.31
HSL161.09º36.8%50.98%-
HSV(B)161.09º52.27%69.02%-
XYZ24.4535.0433.08-
YUV145.19129.0284.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=20.64%
G=43.24%
B=36.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761470.5200.160.31161.0936.850.98
Hex54B093340101Fa12533
Octal12426022364020372414563
Binary101010010110000100100111101000100001111110100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,147); }

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

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

 a { background-color: rgb(84,176,147); }

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

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

 span { border-color: rgb(84,176,147); }

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