#54BD93

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

Shades of Keppel #54BD93

Tints of Keppel #54BD93

Color information

#54BD93 (or 0x54BD93) is unknown color: approx Keppel. HEX triplet: 54, BD and 93. RGB value is (84,189,147). Sum of RGB (Red+Green+Blue) = 84+189+147=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BD93 is #AB426C. Grayscale: #989898. Windows color (decimal): -11223661 or 9682260. OLE color: 9682260.

HSL color Cylindrical-coordinate representation of color #54BD93: hue angle of 156º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD93 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB84189147-
CMYK0.5600.220.26
HSL156º44.3%53.53%-
HSV(B)156º55.56%74.12%-
XYZ27.1240.3933.97-
YUV152.82124.7178.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 147 (57.81% from 255) = 35%
R=20%
G=45%
B=35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891470.5600.220.2615644.353.53
Hex54BD93380161A9c2c36
Octal12427522370026322345466
Binary101010010111101100100111110000101101101010011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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