#54BE94

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

Shades of Keppel #54BE94

Tints of Keppel #54BE94

Color information

#54BE94 (or 0x54BE94) is unknown color: approx Keppel. HEX triplet: 54, BE and 94. RGB value is (84,190,148). Sum of RGB (Red+Green+Blue) = 84+190+148=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BE94 is #AB416B. Grayscale: #999999. Windows color (decimal): -11223404 or 9748052. OLE color: 9748052.

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

Color convert

RGB84190148-
CMYK0.5600.220.25
HSL156.23º44.92%53.73%-
HSV(B)156.23º55.79%74.51%-
XYZ27.4140.8534.46-
YUV153.52124.8878.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.91%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=19.91%
G=45.02%
B=35.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901480.5600.220.25156.2344.9253.73
Hex54BE9438016199c2d36
Octal12427622470026312345566
Binary101010010111110100101001110000101101100110011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,148); }

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

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

 a { background-color: rgb(84,190,148); }

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

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

 span { border-color: rgb(84,190,148); }

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