#54BE92

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

Shades of Keppel #54BE92

Tints of Keppel #54BE92

Color information

#54BE92 (or 0x54BE92) is unknown color: approx Keppel. HEX triplet: 54, BE and 92. RGB value is (84,190,146). Sum of RGB (Red+Green+Blue) = 84+190+146=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BE92 is #AB416D. Grayscale: #999999. Windows color (decimal): -11223406 or 9616980. OLE color: 9616980.

HSL color Cylindrical-coordinate representation of color #54BE92: hue angle of 155.09º 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 #54BE92 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB84190146-
CMYK0.5600.230.25
HSL155.09º44.92%53.73%-
HSV(B)155.09º55.79%74.51%-
XYZ27.2640.7933.63-
YUV153.29123.8878.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=20%
G=45.24%
B=34.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901460.5600.230.25155.0944.9253.73
Hex54BE9238017199b2d36
Octal12427622270027312335566
Binary101010010111110100100101110000101111100110011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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