#54BB93

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

Shades of Keppel #54BB93

Tints of Keppel #54BB93

Color information

#54BB93 (or 0x54BB93) is unknown color: approx Keppel. HEX triplet: 54, BB and 93. RGB value is (84,187,147). Sum of RGB (Red+Green+Blue) = 84+187+147=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #54BB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BB93 is #AB446C. Grayscale: #979797. Windows color (decimal): -11224173 or 9681748. OLE color: 9681748.

HSL color Cylindrical-coordinate representation of color #54BB93: hue angle of 156.7º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BB93 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB84187147-
CMYK0.5500.210.27
HSL156.7º43.1%53.14%-
HSV(B)156.7º55.08%73.33%-
XYZ26.6939.5333.83-
YUV151.64125.3879.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 187 (73.44% from 255) = 44.74%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=20.10%
G=44.74%
B=35.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841871470.5500.210.27156.743.153.14
Hex54BB93370151B9d2b35
Octal12427322367025332355365
Binary101010010111011100100111101110101011101110011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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